|
|
std::string | filePath |
| |
|
AVCodecID | codec_id = AV_CODEC_ID_NONE |
| |
|
double | fps {} |
| |
|
bool | realTime {} |
| |
|
double | flicks_per_dts {} |
| |
|
double | dts_per_flicks {} |
| |
|
int | width {} |
| |
|
int | height {} |
| |
|
AVPixelFormat | pixel_format = AVPixelFormat(-1) |
| |
|
AVPixelFormat | hwaccel_sw_format = AVPixelFormat(-1) |
| |
|
AVColorRange | color_range = AVColorRange(-1) |
| |
|
AVColorPrimaries | color_primaries = AVColorPrimaries(-1) |
| |
|
AVColorTransferCharacteristic | color_trc = AVColorTransferCharacteristic(-1) |
| |
|
AVColorSpace | color_space = AVColorSpace(-1) |
| |
|
AVChromaLocation | chroma_location = AVChromaLocation(-1) |
| |
|
AVMasteringDisplayMetadata | mastering_display {} |
| |
|
std::optional< AVContentLightMetadata > | content_light {} |
| |
|
OutputFormat | output_format = ::Video::OutputFormat::SDR |
| |
|
Tonemap | tonemap = ::Video::Tonemap::Auto |
| |
◆ dequeue_frame()
| AVFrame * Gfx::GStreamer::gstreamer_video_decoder::dequeue_frame |
( |
| ) |
|
|
inlineoverridevirtualnoexcept |
◆ notifyFormatChange()
| bool Gfx::GStreamer::gstreamer_video_decoder::notifyFormatChange |
( |
int |
new_w, |
|
|
int |
new_h, |
|
|
AVPixelFormat |
new_pixfmt |
|
) |
| |
|
inlineoverridevirtualnoexcept |
◆ release_frame()
| void Gfx::GStreamer::gstreamer_video_decoder::release_frame |
( |
AVFrame * |
frame | ) |
|
|
inlineoverridevirtualnoexcept |
◆ start()
| bool Gfx::GStreamer::gstreamer_video_decoder::start |
( |
| ) |
|
|
inlineoverridevirtualnoexcept |
◆ stop()
| void Gfx::GStreamer::gstreamer_video_decoder::stop |
( |
| ) |
|
|
inlineoverridevirtualnoexcept |
The documentation for this class was generated from the following file: