Module encoder

Source
Expand description

Contains the encoder functionality for encoding captured frames.

Structs§

AudioSettingsBuilder
The AudioSettingsSubType enum represents the settings for the audio encoder.
ContainerSettingsBuilder
The ContainerSettingsSubType enum represents the settings for the container encoder.
ImageEncoder
The ImageEncoder struct represents an image encoder that can be used to encode image buffers to image bytes with a specified format and color format.
VideoEncoder
The VideoEncoder struct represents a video encoder that can be used to encode video frames and save them to a specified file path.
VideoSettingsBuilder
The VideoSettings struct represents the settings for the video encoder.

Enums§

AudioEncoderSource
The AudioEncoderSource struct represents all the types that can be send to the encoder.
AudioSettingsSubType
The AudioSettingsSubType enum represents the subtypes for the audio encoder.
ContainerSettingsSubType
The Subtype enum represents the subtypes for the video encoder.
ImageEncoderError
VideoEncoderError
VideoEncoderSource
The VideoEncoderSource struct represents all the types that can be send to the encoder.
VideoSettingsSubType
The VideoSettingsSubType enum represents the subtypes for the video encoder.