Uses of Class
com.avpkit.core.IAudioSamples.ChannelLayout
-
Packages that use IAudioSamples.ChannelLayout Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files. -
-
Uses of IAudioSamples.ChannelLayout in com.avpkit.core
Methods in com.avpkit.core that return IAudioSamples.ChannelLayout Modifier and Type Method Description IAudioSamples.ChannelLayoutIAudioSamples. getChannelLayout()static IAudioSamples.ChannelLayoutIAudioSamples.ChannelLayout. swigToEnum(int swigValue)static IAudioSamples.ChannelLayoutIAudioSamples.ChannelLayout. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IAudioSamples.ChannelLayout[]IAudioSamples.ChannelLayout. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.avpkit.core with parameters of type IAudioSamples.ChannelLayout Modifier and Type Method Description IBufferSinkIFilterChain. createSink(IAudioSamples.ChannelLayout channel_layout)IBufferSourceIFilterChain. createSource(IAudioSamples.Format format, int channels, int sample_rate, IRational time_base, IAudioSamples.ChannelLayout channel_layout)voidIAudioSamples. setComplete(boolean complete, int numSamples, int sampleRate, int channels, IAudioSamples.ChannelLayout channelLayout, IAudioSamples.Format format, long pts)
-