MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / ChannelsLayout

Method ChannelsLayout

src/Frame.cpp:508–511  ·  view source on GitHub ↗

Get the original sample rate of this frame's audio data

Source from the content-addressed store, hash-verified

506
507// Get the original sample rate of this frame's audio data
508ChannelLayout 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)

Callers 11

write_audio_packetsMethod · 0.45
GetOrCreateFrameMethod · 0.45
CreateFrameMethod · 0.45
AddMethod · 0.45
GetFrameMethod · 0.45
GetOrCreateFrameMethod · 0.45
GetFrameMethod · 0.45
ResampleMappedAudioMethod · 0.45
CacheDisk.cppFile · 0.45
Frame.cppFile · 0.45
FrameMapper.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected