Uses of Class
com.avpkit.core.IBufferSource
-
Packages that use IBufferSource Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files. -
-
Uses of IBufferSource in com.avpkit.core
Methods in com.avpkit.core that return IBufferSource Modifier and Type Method Description IBufferSourceIBufferSource. copyReference()Create a new IBufferSource object that is actually referring to the exact same underlying native object.IBufferSourceIFilterChain. createSource(IAudioSamples.Format format, int channels, int sample_rate, IRational time_base)IBufferSourceIFilterChain. createSource(IAudioSamples.Format format, int channels, int sample_rate, IRational time_base, IAudioSamples.ChannelLayout channel_layout)IBufferSourceIFilterChain. createVideoSource(IPixelFormat.Type format, int width, int height, IRational frame_rate, IRational time_base)IBufferSourceIFilterChain. createVideoSource(IVideoPicture picture, IRational frame_rate)Methods in com.avpkit.core with parameters of type IBufferSource Modifier and Type Method Description static longIBufferSource. getCPtr(IBufferSource obj)Internal Only.static intAVPKitJNI. IBufferSource_addAudioSamples(long jarg1, IBufferSource jarg1_, long jarg2, IAudioSamples jarg2_)static intAVPKitJNI. IBufferSource_addVideoPicture(long jarg1, IBufferSource jarg1_, long jarg2, IVideoPicture jarg2_)
-