Module video_stream

Module video_stream 

Source
Expand description

Defines additional types related to VideoStream.

Modules§

h_264_codec_settings
Defines additional types related to H264CodecSettings.
h_265_codec_settings
Defines additional types related to H265CodecSettings.
vp_9_codec_settings
Defines additional types related to Vp9CodecSettings.

Structs§

H264CodecSettings
H264 codec settings.
H264ColorFormatHLG
Convert the input video to a Hybrid Log Gamma (HLG) video.
H264ColorFormatSDR
Convert the input video to a Standard Dynamic Range (SDR) video.
H265CodecSettings
H265 codec settings.
H265ColorFormatHDR10
Convert the input video to a High Dynamic Range 10 (HDR10) video.
H265ColorFormatHLG
Convert the input video to a Hybrid Log Gamma (HLG) video.
H265ColorFormatSDR
Convert the input video to a Standard Dynamic Range (SDR) video.
Vp9CodecSettings
VP9 codec settings.
Vp9ColorFormatHLG
Convert the input video to a Hybrid Log Gamma (HLG) video.
Vp9ColorFormatSDR
Convert the input video to a Standard Dynamic Range (SDR) video.

Enums§

CodecSettings
Codec settings can be h264, h265, or vp9.
FrameRateConversionStrategy
The conversion strategy for desired frame rate.