Expand description
Contains the encoder functionality for encoding captured frames.
Structs§
- Audio
Settings Builder - The
AudioSettingsSubTypeenum represents the settings for the audio encoder. - Container
Settings Builder - The
ContainerSettingsSubTypeenum represents the settings for the container encoder. - Image
Encoder - The
ImageEncoderstruct represents an image encoder that can be used to encode image buffers to image bytes with a specified format and color format. - Video
Encoder - The
VideoEncoderstruct represents a video encoder that can be used to encode video frames and save them to a specified file path. - Video
Settings Builder - The
VideoSettingsstruct represents the settings for the video encoder.
Enums§
- Audio
Encoder Source - The
AudioEncoderSourcestruct represents all the types that can be send to the encoder. - Audio
Settings SubType - The
AudioSettingsSubTypeenum represents the subtypes for the audio encoder. - Container
Settings SubType - The
Subtypeenum represents the subtypes for the video encoder. - Image
Encoder Error - Video
Encoder Error - Video
Encoder Source - The
VideoEncoderSourcestruct represents all the types that can be send to the encoder. - Video
Settings SubType - The
VideoSettingsSubTypeenum represents the subtypes for the video encoder.