Module windows_capture::encoder
source · Expand description
Contains the encoder functionality for encoding captured frames.
Structs§
- The
AudioSettingsSubTypeenum represents the settings for the audio encoder. - The
ContainerSettingsSubTypeenum represents the settings for the container 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. - The
VideoEncoderstruct represents a video encoder that can be used to encode video frames and save them to a specified file path. - The
VideoSettingsstruct represents the settings for the video encoder.
Enums§
- The
AudioEncoderSourcestruct represents all the types that can be send to the encoder. - The
AudioSettingsSubTypeenum represents the subtypes for the audio encoder. - The
Subtypeenum represents the subtypes for the video encoder. - The
VideoEncoderSourcestruct represents all the types that can be send to the encoder. - The
VideoSettingsSubTypeenum represents the subtypes for the video encoder.