File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/AvTranscoder/data/decoded Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class AvExport AudioFrame : public Frame
45
45
size_t getSampleRate () const { return av_frame_get_sample_rate (_frame); }
46
46
size_t getNbChannels () const { return av_frame_get_channels (_frame); }
47
47
size_t getChannelLayout () const { return av_frame_get_channel_layout (_frame); }
48
- std::string getChannelLayoutDesc () const ; // /< Get a description of a channel layout.
48
+ std::string getChannelLayoutDesc () const ; // /< Get a description of a channel layout (example: '5.1') .
49
49
AVSampleFormat getSampleFormat () const { return static_cast <AVSampleFormat>(_frame->format ); }
50
50
size_t getNbSamplesPerChannel () const { return _frame->nb_samples ; }
51
51
AudioFrameDesc desc () const { return AudioFrameDesc (getSampleRate (), getNbChannels (), getSampleFormat ()); }
You can’t perform that action at this time.
0 commit comments