Module encoder

Module encoder 

Source
Expand description

Contains the encoder functionality for encoding captured frames.

Structs§

AudioSettingsBuilder
The AudioSettingsBuilder is used to configure settings for the audio encoder.
ContainerSettingsBuilder
The ContainerSettingsBuilder is used to configure settings for the container.
ImageEncoder
The ImageEncoder struct is used to encode image buffers into image bytes with a specified format and color format.
VideoEncoder
The VideoEncoder struct is used to encode video frames and save them to a specified file path.
VideoSettingsBuilder
The VideoSettingsBuilder struct is used to configure settings for the video encoder.

Enums§

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