#include <frame_object.h>
|
| | RtpFrameObject (PacketBuffer *packet_buffer, uint16_t first_seq_num, uint16_t last_seq_num, size_t frame_size, int times_nacked, int64_t received_time) |
| |
| | ~RtpFrameObject () |
| |
| uint16_t | first_seq_num () const |
| |
| uint16_t | last_seq_num () const |
| |
| int | times_nacked () const |
| |
| enum FrameType | frame_type () const |
| |
| VideoCodecType | codec_type () const |
| |
| bool | GetBitstream (uint8_t *destination) const override |
| |
| uint32_t | Timestamp () const override |
| |
| int64_t | ReceivedTime () const override |
| |
| int64_t | RenderTime () const override |
| |
| bool | delayed_by_retransmission () const override |
| |
| rtc::Optional< RTPVideoTypeHeader > | GetCodecHeader () const |
| |
| | RtpFrameObject (PacketBuffer *packet_buffer, uint16_t first_seq_num, uint16_t last_seq_num, size_t frame_size, int times_nacked, int64_t received_time) |
| |
| | ~RtpFrameObject () |
| |
| uint16_t | first_seq_num () const |
| |
| uint16_t | last_seq_num () const |
| |
| int | times_nacked () const |
| |
| enum FrameType | frame_type () const |
| |
| VideoCodecType | codec_type () const |
| |
| bool | GetBitstream (uint8_t *destination) const override |
| |
| uint32_t | Timestamp () const override |
| |
| int64_t | ReceivedTime () const override |
| |
| int64_t | RenderTime () const override |
| |
| bool | delayed_by_retransmission () const override |
| |
| rtc::Optional< RTPVideoTypeHeader > | GetCodecHeader () const |
| |
| | FrameObject () |
| |
| virtual | ~FrameObject () |
| |
| size_t | size () |
| |
| | FrameObject () |
| |
| virtual | ~FrameObject () |
| |
| size_t | size () |
| |
| | VCMEncodedFrame () |
| |
| | VCMEncodedFrame (const webrtc::EncodedImage &rhs) |
| |
| | VCMEncodedFrame (const VCMEncodedFrame &rhs) |
| |
| | ~VCMEncodedFrame () |
| |
| void | Free () |
| |
| void | SetRenderTime (const int64_t renderTimeMs) |
| |
| void | SetEncodedSize (uint32_t width, uint32_t height) |
| |
| const webrtc::EncodedImage & | EncodedImage () const |
| |
| const uint8_t * | Buffer () const |
| |
| size_t | Length () const |
| |
| uint32_t | TimeStamp () const |
| |
| int64_t | RenderTimeMs () const |
| |
| webrtc::FrameType | FrameType () const |
| |
| VideoRotation | rotation () const |
| |
| bool | Complete () const |
| |
| bool | MissingFrame () const |
| |
| uint8_t | PayloadType () const |
| |
| const CodecSpecificInfo * | CodecSpecific () const |
| |
| | VCMEncodedFrame () |
| |
| | VCMEncodedFrame (const webrtc::EncodedImage &rhs) |
| |
| | VCMEncodedFrame (const VCMEncodedFrame &rhs) |
| |
| | ~VCMEncodedFrame () |
| |
| void | Free () |
| |
| void | SetRenderTime (const int64_t renderTimeMs) |
| |
| void | SetEncodedSize (uint32_t width, uint32_t height) |
| |
| const webrtc::EncodedImage & | EncodedImage () const |
| |
| const uint8_t * | Buffer () const |
| |
| size_t | Length () const |
| |
| uint32_t | TimeStamp () const |
| |
| int64_t | RenderTimeMs () const |
| |
| webrtc::FrameType | FrameType () const |
| |
| VideoRotation | rotation () const |
| |
| bool | Complete () const |
| |
| bool | MissingFrame () const |
| |
| uint8_t | PayloadType () const |
| |
| const CodecSpecificInfo * | CodecSpecific () const |
| |
◆ RtpFrameObject() [1/2]
◆ ~RtpFrameObject() [1/2]
| webrtc::video_coding::RtpFrameObject::~RtpFrameObject |
( |
| ) |
|
◆ RtpFrameObject() [2/2]
◆ ~RtpFrameObject() [2/2]
| webrtc::video_coding::RtpFrameObject::~RtpFrameObject |
( |
| ) |
|
◆ codec_type() [1/2]
| VideoCodecType webrtc::video_coding::RtpFrameObject::codec_type |
( |
| ) |
const |
◆ codec_type() [2/2]
| VideoCodecType webrtc::video_coding::RtpFrameObject::codec_type |
( |
| ) |
const |
◆ delayed_by_retransmission() [1/2]
| bool webrtc::video_coding::RtpFrameObject::delayed_by_retransmission |
( |
| ) |
const |
|
overridevirtual |
◆ delayed_by_retransmission() [2/2]
| bool webrtc::video_coding::RtpFrameObject::delayed_by_retransmission |
( |
| ) |
const |
|
overridevirtual |
◆ first_seq_num() [1/2]
| uint16_t webrtc::video_coding::RtpFrameObject::first_seq_num |
( |
| ) |
const |
◆ first_seq_num() [2/2]
| uint16_t webrtc::video_coding::RtpFrameObject::first_seq_num |
( |
| ) |
const |
◆ frame_type() [1/2]
| FrameType webrtc::video_coding::RtpFrameObject::frame_type |
( |
| ) |
const |
◆ frame_type() [2/2]
| enum FrameType webrtc::video_coding::RtpFrameObject::frame_type |
( |
| ) |
const |
◆ GetBitstream() [1/2]
| bool webrtc::video_coding::RtpFrameObject::GetBitstream |
( |
uint8_t * |
destination | ) |
const |
|
overridevirtual |
◆ GetBitstream() [2/2]
| bool webrtc::video_coding::RtpFrameObject::GetBitstream |
( |
uint8_t * |
destination | ) |
const |
|
overridevirtual |
◆ GetCodecHeader() [1/2]
◆ GetCodecHeader() [2/2]
◆ last_seq_num() [1/2]
| uint16_t webrtc::video_coding::RtpFrameObject::last_seq_num |
( |
| ) |
const |
◆ last_seq_num() [2/2]
| uint16_t webrtc::video_coding::RtpFrameObject::last_seq_num |
( |
| ) |
const |
◆ ReceivedTime() [1/2]
| int64_t webrtc::video_coding::RtpFrameObject::ReceivedTime |
( |
| ) |
const |
|
overridevirtual |
◆ ReceivedTime() [2/2]
| int64_t webrtc::video_coding::RtpFrameObject::ReceivedTime |
( |
| ) |
const |
|
overridevirtual |
◆ RenderTime() [1/2]
| int64_t webrtc::video_coding::RtpFrameObject::RenderTime |
( |
| ) |
const |
|
overridevirtual |
◆ RenderTime() [2/2]
| int64_t webrtc::video_coding::RtpFrameObject::RenderTime |
( |
| ) |
const |
|
overridevirtual |
◆ times_nacked() [1/2]
| int webrtc::video_coding::RtpFrameObject::times_nacked |
( |
| ) |
const |
◆ times_nacked() [2/2]
| int webrtc::video_coding::RtpFrameObject::times_nacked |
( |
| ) |
const |
◆ Timestamp() [1/2]
| uint32_t webrtc::video_coding::RtpFrameObject::Timestamp |
( |
| ) |
const |
|
overridevirtual |
◆ Timestamp() [2/2]
| uint32_t webrtc::video_coding::RtpFrameObject::Timestamp |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/modules/video_coding/frame_object.h
- Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/frame_object.cc