Expand description
Re-exports§
pub use ColorChannels::*;
pub use AudioChannels::*;
Structs§
- AFrame
- An audio frame (2000 samples = 1/24 of a second)
- Audio
- An Audio Buffer (48kHz/48,000hz).
- Index
- Index for a frame.
- VFrame
- A Video Frame (1/24 of a second)
- Video
- A Video Buffer (24fps).
Enums§
- Audio
Channels - Mono, Stereo or Surround.
- Color
Channels - The format for the color channels of the
Video
.