Get the original sample rate of this frame's audio data
| 500 | |
| 501 | // Get the original sample rate of this frame's audio data |
| 502 | int Frame::SampleRate() |
| 503 | { |
| 504 | return sample_rate; |
| 505 | } |
| 506 | |
| 507 | // Get the original sample rate of this frame's audio data |
| 508 | ChannelLayout Frame::ChannelsLayout() |
no outgoing calls
no test coverage detected