Expand description
Contains the encoder functionality for encoding captured frames.
Structs§
- Audio
Settings Builder - The
AudioSettingsBuilder
is used to configure settings for the audio encoder. - Container
Settings Builder - The
ContainerSettingsBuilder
is used to configure settings for the container. - Image
Encoder - The
ImageEncoder
struct is used to encode image buffers into image bytes with a specified format and color format. - Video
Encoder - The
VideoEncoder
struct is used to encode video frames and save them to a specified file path. - Video
Settings Builder - The
VideoSettingsBuilder
struct is used to configure settings for the video encoder.
Enums§
- Audio
Encoder Source - The
AudioEncoderSource
enum represents all the types that can be sent to the encoder. - Audio
Settings SubType - The
AudioSettingsSubType
enum represents the subtypes for the audio encoder. - Container
Settings SubType - The
ContainerSettingsSubType
enum represents the subtypes for the container. - Image
Encoder Error - Video
Encoder Error - Video
Encoder Source - The
VideoEncoderSource
enum represents all the types that can be sent to the encoder. - Video
Settings SubType - The
VideoSettingsSubType
enum represents the subtypes for the video encoder.