Get the original sample rate of this frame's audio data
| 506 | |
| 507 | // Get the original sample rate of this frame's audio data |
| 508 | ChannelLayout Frame::ChannelsLayout() |
| 509 | { |
| 510 | return channel_layout; |
| 511 | } |
| 512 | |
| 513 | |
| 514 | // Save the frame image to the specified path. The image format is determined from the extension (i.e. image.PNG, image.JPEG) |
no outgoing calls
no test coverage detected