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

#include <frame_callback.h>

Public Member Functions

 EncodedFrame ()
 
 EncodedFrame (const uint8_t *data, size_t length, FrameType frame_type, uint32_t encoded_width, uint32_t encoded_height, uint32_t timestamp)
 
 EncodedFrame ()
 
 EncodedFrame (const uint8_t *data, size_t length, FrameType frame_type, uint32_t encoded_width, uint32_t encoded_height, uint32_t timestamp)
 

Public Attributes

const uint8_tdata_
 
const size_t length_
 
const FrameType frame_type_
 
const uint32_t encoded_width_
 
const uint32_t encoded_height_
 
const uint32_t timestamp_
 

Constructor & Destructor Documentation

◆ EncodedFrame() [1/4]

webrtc::EncodedFrame::EncodedFrame ( )
inline

◆ EncodedFrame() [2/4]

webrtc::EncodedFrame::EncodedFrame ( const uint8_t data,
size_t  length,
FrameType  frame_type,
uint32_t  encoded_width,
uint32_t  encoded_height,
uint32_t  timestamp 
)
inline

◆ EncodedFrame() [3/4]

webrtc::EncodedFrame::EncodedFrame ( )
inline

◆ EncodedFrame() [4/4]

webrtc::EncodedFrame::EncodedFrame ( const uint8_t data,
size_t  length,
FrameType  frame_type,
uint32_t  encoded_width,
uint32_t  encoded_height,
uint32_t  timestamp 
)
inline

Member Data Documentation

◆ data_

const uint8_t * webrtc::EncodedFrame::data_

◆ encoded_height_

const uint32_t webrtc::EncodedFrame::encoded_height_

◆ encoded_width_

const uint32_t webrtc::EncodedFrame::encoded_width_

◆ frame_type_

const FrameType webrtc::EncodedFrame::frame_type_

◆ length_

const size_t webrtc::EncodedFrame::length_

◆ timestamp_

const uint32_t webrtc::EncodedFrame::timestamp_

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