#include <video_frame.h>
|
| | VideoFrame (const rtc::scoped_refptr< VideoFrameBuffer > &buffer, webrtc::VideoRotation rotation, int64_t timestamp_us) |
| |
| | VideoFrame (const rtc::scoped_refptr< VideoFrameBuffer > &buffer, uint32_t timestamp, int64_t render_time_ms, VideoRotation rotation) |
| |
| | ~VideoFrame () |
| |
| | VideoFrame (const VideoFrame &) |
| |
| | VideoFrame (VideoFrame &&) |
| |
| VideoFrame & | operator= (const VideoFrame &) |
| |
| VideoFrame & | operator= (VideoFrame &&) |
| |
| int | width () const |
| |
| int | height () const |
| |
| uint32_t | size () const |
| |
| int64_t | timestamp_us () const |
| |
| void | set_timestamp_us (int64_t timestamp_us) |
| |
| void | set_timestamp (uint32_t timestamp) |
| |
| uint32_t | timestamp () const |
| |
| uint32_t | transport_frame_id () const |
| |
| void | set_ntp_time_ms (int64_t ntp_time_ms) |
| |
| int64_t | ntp_time_ms () const |
| |
| VideoRotation | rotation () const |
| |
| void | set_rotation (VideoRotation rotation) |
| |
| int64_t | render_time_ms () const |
| |
| rtc::scoped_refptr< webrtc::VideoFrameBuffer > | video_frame_buffer () const |
| |
| bool | is_texture () const |
| |
| | VideoFrame (const rtc::scoped_refptr< VideoFrameBuffer > &buffer, webrtc::VideoRotation rotation, int64_t timestamp_us) |
| |
| | VideoFrame (const rtc::scoped_refptr< VideoFrameBuffer > &buffer, uint32_t timestamp, int64_t render_time_ms, VideoRotation rotation) |
| |
| | ~VideoFrame () |
| |
| | VideoFrame (const VideoFrame &) |
| |
| | VideoFrame (VideoFrame &&) |
| |
| VideoFrame & | operator= (const VideoFrame &) |
| |
| VideoFrame & | operator= (VideoFrame &&) |
| |
| int | width () const |
| |
| int | height () const |
| |
| uint32_t | size () const |
| |
| int64_t | timestamp_us () const |
| |
| void | set_timestamp_us (int64_t timestamp_us) |
| |
| void | set_timestamp (uint32_t timestamp) |
| |
| uint32_t | timestamp () const |
| |
| uint32_t | transport_frame_id () const |
| |
| void | set_ntp_time_ms (int64_t ntp_time_ms) |
| |
| int64_t | ntp_time_ms () const |
| |
| VideoRotation | rotation () const |
| |
| void | set_rotation (VideoRotation rotation) |
| |
| int64_t | render_time_ms () const |
| |
| rtc::scoped_refptr< webrtc::VideoFrameBuffer > | video_frame_buffer () const |
| |
| bool | is_texture () const |
| |
◆ VideoFrame() [1/8]
◆ VideoFrame() [2/8]
◆ ~VideoFrame() [1/2]
| webrtc::VideoFrame::~VideoFrame |
( |
| ) |
|
|
default |
◆ VideoFrame() [3/8]
| webrtc::VideoFrame::VideoFrame |
( |
const VideoFrame & |
| ) |
|
|
default |
◆ VideoFrame() [4/8]
◆ VideoFrame() [5/8]
◆ VideoFrame() [6/8]
◆ ~VideoFrame() [2/2]
| webrtc::VideoFrame::~VideoFrame |
( |
| ) |
|
◆ VideoFrame() [7/8]
| webrtc::VideoFrame::VideoFrame |
( |
const VideoFrame & |
| ) |
|
◆ VideoFrame() [8/8]
◆ height() [1/2]
| int webrtc::VideoFrame::height |
( |
| ) |
const |
◆ height() [2/2]
| int webrtc::VideoFrame::height |
( |
| ) |
const |
◆ is_texture() [1/2]
| bool webrtc::VideoFrame::is_texture |
( |
| ) |
const |
|
inline |
◆ is_texture() [2/2]
| bool webrtc::VideoFrame::is_texture |
( |
| ) |
const |
|
inline |
◆ ntp_time_ms() [1/2]
| int64_t webrtc::VideoFrame::ntp_time_ms |
( |
| ) |
const |
|
inline |
◆ ntp_time_ms() [2/2]
| int64_t webrtc::VideoFrame::ntp_time_ms |
( |
| ) |
const |
|
inline |
◆ operator=() [1/4]
◆ operator=() [2/4]
◆ operator=() [3/4]
◆ operator=() [4/4]
◆ render_time_ms() [1/2]
| int64_t webrtc::VideoFrame::render_time_ms |
( |
| ) |
const |
◆ render_time_ms() [2/2]
| int64_t webrtc::VideoFrame::render_time_ms |
( |
| ) |
const |
◆ rotation() [1/2]
◆ rotation() [2/2]
◆ set_ntp_time_ms() [1/2]
| void webrtc::VideoFrame::set_ntp_time_ms |
( |
int64_t |
ntp_time_ms | ) |
|
|
inline |
◆ set_ntp_time_ms() [2/2]
| void webrtc::VideoFrame::set_ntp_time_ms |
( |
int64_t |
ntp_time_ms | ) |
|
|
inline |
◆ set_rotation() [1/2]
◆ set_rotation() [2/2]
◆ set_timestamp() [1/2]
| void webrtc::VideoFrame::set_timestamp |
( |
uint32_t |
timestamp | ) |
|
|
inline |
◆ set_timestamp() [2/2]
| void webrtc::VideoFrame::set_timestamp |
( |
uint32_t |
timestamp | ) |
|
|
inline |
◆ set_timestamp_us() [1/2]
| void webrtc::VideoFrame::set_timestamp_us |
( |
int64_t |
timestamp_us | ) |
|
|
inline |
◆ set_timestamp_us() [2/2]
| void webrtc::VideoFrame::set_timestamp_us |
( |
int64_t |
timestamp_us | ) |
|
|
inline |
◆ size() [1/2]
| uint32_t webrtc::VideoFrame::size |
( |
| ) |
const |
◆ size() [2/2]
| uint32_t webrtc::VideoFrame::size |
( |
| ) |
const |
◆ timestamp() [1/2]
| uint32_t webrtc::VideoFrame::timestamp |
( |
| ) |
const |
|
inline |
◆ timestamp() [2/2]
| uint32_t webrtc::VideoFrame::timestamp |
( |
| ) |
const |
|
inline |
◆ timestamp_us() [1/2]
| int64_t webrtc::VideoFrame::timestamp_us |
( |
| ) |
const |
|
inline |
◆ timestamp_us() [2/2]
| int64_t webrtc::VideoFrame::timestamp_us |
( |
| ) |
const |
|
inline |
◆ transport_frame_id() [1/2]
| uint32_t webrtc::VideoFrame::transport_frame_id |
( |
| ) |
const |
|
inline |
◆ transport_frame_id() [2/2]
| uint32_t webrtc::VideoFrame::transport_frame_id |
( |
| ) |
const |
|
inline |
◆ video_frame_buffer() [1/2]
◆ video_frame_buffer() [2/2]
◆ width() [1/2]
| int webrtc::VideoFrame::width |
( |
| ) |
const |
◆ width() [2/2]
| int webrtc::VideoFrame::width |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/api/video/video_frame.h
- Source/ThirdParty/libwebrtc/Source/webrtc/api/video/video_frame.cc