webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
webrtc::IvfFileWriter Class Reference

#include <ivf_file_writer.h>

Public Member Functions

 ~IvfFileWriter ()
 
bool WriteFrame (const EncodedImage &encoded_image, VideoCodecType codec_type)
 
bool Close ()
 
 ~IvfFileWriter ()
 
bool WriteFrame (const EncodedImage &encoded_image, VideoCodecType codec_type)
 
bool Close ()
 

Static Public Member Functions

static std::unique_ptr< IvfFileWriterWrap (rtc::File file, size_t byte_limit)
 
static std::unique_ptr< IvfFileWriterWrap (rtc::File file, size_t byte_limit)
 

Constructor & Destructor Documentation

◆ ~IvfFileWriter() [1/2]

webrtc::IvfFileWriter::~IvfFileWriter ( )

◆ ~IvfFileWriter() [2/2]

webrtc::IvfFileWriter::~IvfFileWriter ( )

Member Function Documentation

◆ Close() [1/2]

bool webrtc::IvfFileWriter::Close ( )

◆ Close() [2/2]

bool webrtc::IvfFileWriter::Close ( )

◆ Wrap() [1/2]

static std::unique_ptr<IvfFileWriter> webrtc::IvfFileWriter::Wrap ( rtc::File  file,
size_t  byte_limit 
)
static

◆ Wrap() [2/2]

std::unique_ptr< IvfFileWriter > webrtc::IvfFileWriter::Wrap ( rtc::File  file,
size_t  byte_limit 
)
static

◆ WriteFrame() [1/2]

bool webrtc::IvfFileWriter::WriteFrame ( const EncodedImage encoded_image,
VideoCodecType  codec_type 
)

◆ WriteFrame() [2/2]

bool webrtc::IvfFileWriter::WriteFrame ( const EncodedImage encoded_image,
VideoCodecType  codec_type 
)

The documentation for this class was generated from the following files: