Skip to content
Snippets Groups Projects
Commit fd30c61b authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #8968: audiocodec: removed unused getChannel method

parent bedf374e
No related branches found
No related tags found
No related merge requests found
......@@ -97,11 +97,6 @@ unsigned AudioCodec::getFrameSize() const
return frameSize_;
}
uint8 AudioCodec::getChannel() const
{
return channel_;
}
double AudioCodec::getBitRate() const
{
return bitrate_;
......
......@@ -123,11 +123,6 @@ class AudioCodec : public Codec {
*/
uint32 getClockRate() const;
/**
* @return the number of audio channels.
*/
uint8 getChannel() const;
/**
* @Override
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment