Module frame

Source
Expand description

Frame specific functionality.

Structsยง

FrameData
Wrapper around the data buffers of AVFrame that handles bottom-to-top line iteration
GenericFrame
A frame. Thin wrapper around AVFrame.
VideoFrame
A video frame. Thin wrapper around GenericFrame. Like a frame but has specific video properties.
AudioFrame
An audio frame. Thin wrapper around GenericFrame. Like a frame but has specific audio properties.
VideoFrameBuilder
Use builder syntax to set the inputs and finish with build().
AudioChannelLayout
A thin wrapper around AVChannelLayout to make it easier to use.
AudioFrameBuilder
Use builder syntax to set the inputs and finish with build().