Skip to main content

Module frames

Module frames 

Source
Expand description

Frame types for video, audio, and metadata.

Structs§

AudioFrame
AudioFrameBuilder
Builder for configuring an AudioFrame with ergonomic method chaining
AudioRef
A zero-copy borrowed audio frame, generic over its free strategy S.
MetadataFrame
MetadataFrameRef
A zero-copy borrowed metadata frame.
PixelFormatInfo
Compile-time pixel format properties.
VideoFrame
VideoFrameBuilder
Builder for configuring a VideoFrame with ergonomic method chaining
VideoRef
A zero-copy borrowed video frame, generic over its free strategy S.

Enums§

AudioFormat
Audio format identifiers (FourCC codes).
AudioLayout
Audio data layout format
FormatCategory
Category of pixel format for buffer calculation and union field access.
ImageFormat
Image format specification for encoding video frames.
LineStrideOrSize
Line stride or data size for video frames.
PixelFormat
Video pixel format identifiers (FourCC codes).
ScanType
Video scan type (progressive, interlaced, or field-based).

Type Aliases§

AudioFrameRef
A zero-copy borrowed audio frame from a Receiver capture.
VideoFrameRef
A zero-copy borrowed video frame from a Receiver capture.