Expand description
Frame specific functionality.
Structsยง
- Frame
Data - Wrapper around the data buffers of AVFrame that handles bottom-to-top line iteration
- Generic
Frame - A frame. Thin wrapper around
AVFrame. - Video
Frame - A video frame. Thin wrapper around
GenericFrame. Like a frame but has specific video properties. - Audio
Frame - An audio frame. Thin wrapper around
GenericFrame. Like a frame but has specific audio properties. - Video
Frame Builder - Use builder syntax to set the inputs and finish with
build(). - Audio
Channel Layout - A thin wrapper around
AVChannelLayoutto make it easier to use. - Audio
Frame Builder - Use builder syntax to set the inputs and finish with
build().