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