webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
internal::FrameEncodeParams Struct Reference

Public Member Functions

 FrameEncodeParams (webrtc::H264VideoToolboxEncoder *e, const webrtc::CodecSpecificInfo *csi, int32_t w, int32_t h, int64_t rtms, uint32_t ts, webrtc::VideoRotation r)
 

Public Attributes

webrtc::H264VideoToolboxEncoderencoder
 
webrtc::CodecSpecificInfo codec_specific_info
 
int32_t width
 
int32_t height
 
int64_t render_time_ms
 
uint32_t timestamp
 
webrtc::VideoRotation rotation
 

Constructor & Destructor Documentation

◆ FrameEncodeParams()

internal::FrameEncodeParams::FrameEncodeParams ( webrtc::H264VideoToolboxEncoder e,
const webrtc::CodecSpecificInfo csi,
int32_t  w,
int32_t  h,
int64_t  rtms,
uint32_t  ts,
webrtc::VideoRotation  r 
)
inline

Member Data Documentation

◆ codec_specific_info

webrtc::CodecSpecificInfo internal::FrameEncodeParams::codec_specific_info

◆ encoder

webrtc::H264VideoToolboxEncoder* internal::FrameEncodeParams::encoder

◆ height

int32_t internal::FrameEncodeParams::height

◆ render_time_ms

int64_t internal::FrameEncodeParams::render_time_ms

◆ rotation

webrtc::VideoRotation internal::FrameEncodeParams::rotation

◆ timestamp

uint32_t internal::FrameEncodeParams::timestamp

◆ width

int32_t internal::FrameEncodeParams::width

The documentation for this struct was generated from the following file: