Uses of Class
com.avpkit.core.IStreamCoder
-
Packages that use IStreamCoder Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files. -
-
Uses of IStreamCoder in com.avpkit.core
Methods in com.avpkit.core that return IStreamCoder Modifier and Type Method Description IStreamCoderIStreamCoder. copyReference()Create a new IStreamCoder object that is actually referring to the exact same underlying native object.IStreamCoderIStream. getStreamCoder()Get the StreamCoder than can manipulate this stream.
If the stream is an INBOUND stream, then the StreamCoder can
do a IStreamCoder::DECODE.static IStreamCoderIStreamCoder. make(IStreamCoder.Direction direction)Deprecated.Use {#make(Direction, ICodec)} instead.
Create a standalone StreamCoder that can decode data without regard to
which IStream or IContainer it came from.static IStreamCoderIStreamCoder. make(IStreamCoder.Direction direction, ICodec codec)Create a standalone StreamCoder that can encode or decode data independent
of the stream it is attached to.
static IStreamCoderIStreamCoder. make(IStreamCoder.Direction direction, ICodec.ID id)Create a standalone StreamCoder that can encode or decode data independent
of the stream it is attached to.
static IStreamCoderIStreamCoder. make(IStreamCoder.Direction direction, IStreamCoder copyCoder)Creates a new IStreamCoder object by copying all the settings in copyCoder.Methods in com.avpkit.core with parameters of type IStreamCoder Modifier and Type Method Description IStreamIContainer. addNewStream(IStreamCoder coder)Add a new stream that will use the given StreamCoder.static longIStreamCoder. getCPtr(IStreamCoder obj)Internal Only.static longAVPKitJNI. IContainer_addNewStream__SWIG_3(long jarg1, IContainer jarg1_, long jarg2, IStreamCoder jarg2_)static intAVPKitJNI. IStream_setStreamCoder__SWIG_0(long jarg1, IStream jarg1_, long jarg2, IStreamCoder jarg2_)static intAVPKitJNI. IStream_setStreamCoder__SWIG_1(long jarg1, IStream jarg1_, long jarg2, IStreamCoder jarg2_, boolean jarg3)static intAVPKitJNI. IStreamCoder_close(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_decodeAudio(long jarg1, IStreamCoder jarg1_, long jarg2, IAudioSamples jarg2_, long jarg3, IPacket jarg3_, int jarg4)static intAVPKitJNI. IStreamCoder_decodeVideo(long jarg1, IStreamCoder jarg1_, long jarg2, IVideoPicture jarg2_, long jarg3, IPacket jarg3_, int jarg4)static intAVPKitJNI. IStreamCoder_encodeAudio(long jarg1, IStreamCoder jarg1_, long jarg2, IPacket jarg2_, long jarg3, IAudioSamples jarg3_, int jarg4)static intAVPKitJNI. IStreamCoder_encodeVideo(long jarg1, IStreamCoder jarg1_, long jarg2, IPacket jarg2_, long jarg3, IVideoPicture jarg3_, int jarg4)static intAVPKitJNI. IStreamCoder_getAudioFrameSize(long jarg1, IStreamCoder jarg1_)static booleanAVPKitJNI. IStreamCoder_getAutomaticallyStampPacketsForStream(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getBitRate(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getBitRateTolerance(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getChannels(long jarg1, IStreamCoder jarg1_)static longAVPKitJNI. IStreamCoder_getCodec(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getCodecID(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getCodecTag(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getCodecType(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getDefaultAudioFrameSize(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getDirection(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getExtraData(long jarg1, IStreamCoder jarg1_, long jarg2, IBuffer jarg2_, int jarg3, int jarg4)static intAVPKitJNI. IStreamCoder_getExtraDataSize(long jarg1, IStreamCoder jarg1_)static booleanAVPKitJNI. IStreamCoder_getFlag(long jarg1, IStreamCoder jarg1_, int jarg2)static intAVPKitJNI. IStreamCoder_getFlags(long jarg1, IStreamCoder jarg1_)static longAVPKitJNI. IStreamCoder_getFrameRate(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getGlobalQuality(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getHeight(long jarg1, IStreamCoder jarg1_)static longAVPKitJNI. IStreamCoder_getNextPredictedPts(long jarg1, IStreamCoder jarg1_)static longAVPKitJNI. IStreamCoder_getNumDroppedFrames(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getNumPicturesInGroupOfPictures(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getNumProperties(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getPixelType(long jarg1, IStreamCoder jarg1_)static booleanAVPKitJNI. IStreamCoder_getPropertyAsBoolean(long jarg1, IStreamCoder jarg1_, java.lang.String jarg2)static doubleAVPKitJNI. IStreamCoder_getPropertyAsDouble(long jarg1, IStreamCoder jarg1_, java.lang.String jarg2)static longAVPKitJNI. IStreamCoder_getPropertyAsLong(long jarg1, IStreamCoder jarg1_, java.lang.String jarg2)static longAVPKitJNI. IStreamCoder_getPropertyAsRational(long jarg1, IStreamCoder jarg1_, java.lang.String jarg2)static java.lang.StringAVPKitJNI. IStreamCoder_getPropertyAsString(long jarg1, IStreamCoder jarg1_, java.lang.String jarg2)static longAVPKitJNI. IStreamCoder_getPropertyMetaData__SWIG_0(long jarg1, IStreamCoder jarg1_, int jarg2)static longAVPKitJNI. IStreamCoder_getPropertyMetaData__SWIG_1(long jarg1, IStreamCoder jarg1_, java.lang.String jarg2)static intAVPKitJNI. IStreamCoder_getSampleFormat(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getSampleRate(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getStandardsCompliance(long jarg1, IStreamCoder jarg1_)static longAVPKitJNI. IStreamCoder_getStream(long jarg1, IStreamCoder jarg1_)static longAVPKitJNI. IStreamCoder_getTimeBase(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_getWidth(long jarg1, IStreamCoder jarg1_)static booleanAVPKitJNI. IStreamCoder_isOpen(long jarg1, IStreamCoder jarg1_)static longAVPKitJNI. IStreamCoder_make__SWIG_1(int jarg1, long jarg2, IStreamCoder jarg2_)static intAVPKitJNI. IStreamCoder_open__SWIG_0(long jarg1, IStreamCoder jarg1_)static intAVPKitJNI. IStreamCoder_open__SWIG_1(long jarg1, IStreamCoder jarg1_, long jarg2, IMetaData jarg2_, long jarg3, IMetaData jarg3_)static voidAVPKitJNI. IStreamCoder_setAutomaticallyStampPacketsForStream(long jarg1, IStreamCoder jarg1_, boolean jarg2)static voidAVPKitJNI. IStreamCoder_setBitRate(long jarg1, IStreamCoder jarg1_, int jarg2)static voidAVPKitJNI. IStreamCoder_setBitRateTolerance(long jarg1, IStreamCoder jarg1_, int jarg2)static voidAVPKitJNI. IStreamCoder_setChannels(long jarg1, IStreamCoder jarg1_, int jarg2)static voidAVPKitJNI. IStreamCoder_setCodec__SWIG_0(long jarg1, IStreamCoder jarg1_, long jarg2, ICodec jarg2_)static voidAVPKitJNI. IStreamCoder_setCodec__SWIG_1(long jarg1, IStreamCoder jarg1_, int jarg2)static voidAVPKitJNI. IStreamCoder_setCodecID(long jarg1, IStreamCoder jarg1_, int jarg2)static voidAVPKitJNI. IStreamCoder_setCodecTag(long jarg1, IStreamCoder jarg1_, int jarg2)static voidAVPKitJNI. IStreamCoder_setDefaultAudioFrameSize(long jarg1, IStreamCoder jarg1_, int jarg2)static intAVPKitJNI. IStreamCoder_setExtraData(long jarg1, IStreamCoder jarg1_, long jarg2, IBuffer jarg2_, int jarg3, int jarg4, boolean jarg5)static voidAVPKitJNI. IStreamCoder_setFlag(long jarg1, IStreamCoder jarg1_, int jarg2, boolean jarg3)static voidAVPKitJNI. IStreamCoder_setFlags(long jarg1, IStreamCoder jarg1_, int jarg2)static voidAVPKitJNI. IStreamCoder_setFrameRate(long jarg1, IStreamCoder jarg1_, long jarg2, IRational jarg2_)static voidAVPKitJNI. IStreamCoder_setGlobalQuality(long jarg1, IStreamCoder jarg1_, int jarg2)static intAVPKitJNI. IStreamCoder_setHardwareDecoding(long jarg1, IStreamCoder jarg1_, int jarg2)static voidAVPKitJNI. IStreamCoder_setHeight(long jarg1, IStreamCoder jarg1_, int jarg2)static voidAVPKitJNI. IStreamCoder_setNumPicturesInGroupOfPictures(long jarg1, IStreamCoder jarg1_, int jarg2)static voidAVPKitJNI. IStreamCoder_setPixelType(long jarg1, IStreamCoder jarg1_, int jarg2)static intAVPKitJNI. IStreamCoder_setProperty__SWIG_0(long jarg1, IStreamCoder jarg1_, java.lang.String jarg2, java.lang.String jarg3)static intAVPKitJNI. IStreamCoder_setProperty__SWIG_1(long jarg1, IStreamCoder jarg1_, java.lang.String jarg2, double jarg3)static intAVPKitJNI. IStreamCoder_setProperty__SWIG_2(long jarg1, IStreamCoder jarg1_, java.lang.String jarg2, long jarg3)static intAVPKitJNI. IStreamCoder_setProperty__SWIG_3(long jarg1, IStreamCoder jarg1_, java.lang.String jarg2, boolean jarg3)static intAVPKitJNI. IStreamCoder_setProperty__SWIG_4(long jarg1, IStreamCoder jarg1_, java.lang.String jarg2, long jarg3, IRational jarg3_)static intAVPKitJNI. IStreamCoder_setProperty__SWIG_5(long jarg1, IStreamCoder jarg1_, long jarg2, IMetaData jarg2_, long jarg3, IMetaData jarg3_)static voidAVPKitJNI. IStreamCoder_setSampleFormat(long jarg1, IStreamCoder jarg1_, int jarg2)static voidAVPKitJNI. IStreamCoder_setSampleRate(long jarg1, IStreamCoder jarg1_, int jarg2)static intAVPKitJNI. IStreamCoder_setStandardsCompliance(long jarg1, IStreamCoder jarg1_, int jarg2)static voidAVPKitJNI. IStreamCoder_setTimeBase(long jarg1, IStreamCoder jarg1_, long jarg2, IRational jarg2_)static voidAVPKitJNI. IStreamCoder_setWidth(long jarg1, IStreamCoder jarg1_, int jarg2)static IStreamCoderIStreamCoder. make(IStreamCoder.Direction direction, IStreamCoder copyCoder)Creates a new IStreamCoder object by copying all the settings in copyCoder.intIStream. setStreamCoder(IStreamCoder newCoder)Sets the stream coder to use for this stream.
This method will only cause a change if the IStreamCoder currently set on this
IStream is not open.intIStream. setStreamCoder(IStreamCoder newCoder, boolean assumeOnlyStream)Sets the stream coder to use for this stream.
This method will only cause a change if the IStreamCoder currently set on this
IStream is not open.
-