Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Avutil.Audio
SourceAvutil.Audio.create_frame sample_format channel_layout sample_rate samples
allocates a new audio frame.
Avutil.Audio.frame_get_sample_format frame
returns the sample format of the current frame.
Avutil.Audio.frame_get_sample_rate frame
returns the sample rate of the current frame.
Avutil.Audio.frame_get_channels frame
returns the number of audio channels in the current frame.
Avutil.Audio.frame_get_channel_layout frame
returns the channel layout for the current frame.
Avutil.Audio.frame_nb_samples frame
returns the number of audio samples per channel in the current frame.