A B C D E F G H I J L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- S_TYPE - com.avpkit.core.IVideoPicture.PictType
- sAdd(IRational, IRational) - Static method in class com.avpkit.core.IRational
-
Adds a to b.
- samplesToDefaultPts(long, int) - Static method in class com.avpkit.core.IAudioSamples
-
Converts a number of samples at a given sampleRate into
Microseconds. - samplesToTimeValue(long, int) - Static method in class com.avpkit.core.Utils
-
For a given sample rate, returns how long it would take to play a number of samples.
- sCompareTo(IRational, IRational) - Static method in class com.avpkit.core.IRational
-
Compare two rationals
- sDivide(IRational, IRational) - Static method in class com.avpkit.core.IRational
-
Divides a by b.
- SECONDS - com.avpkit.core.ITimeValue.Unit
-
Deprecated.
- SECONDS_BETWEEN_FRAMES - Static variable in class com.avpkit.core.demos.DecodeAndCaptureFrames
-
The number of seconds between frames.
- SECONDS_BETWEEN_FRAMES - Static variable in class com.avpkit.mediatool.demos.DecodeAndCaptureFrames
-
The number of seconds between frames.
- seek(long, int) - Method in class com.avpkit.core.io.DataInputOutputHandler
-
A request from FFMPEG to seek to a position in the stream.
- seek(long, int) - Method in class com.avpkit.core.io.FileProtocolHandler
- seek(long, int) - Method in class com.avpkit.core.io.InputOutputStreamHandler
-
A request from FFMPEG to seek to a position in the stream.
- seek(long, int) - Method in interface com.avpkit.core.io.IURLProtocolHandler
-
A request from FFMPEG to seek to a position in the stream.
- seek(long, int) - Method in class com.avpkit.core.io.NullProtocolHandler
- seek(long, int) - Method in class com.avpkit.core.io.ReadableWritableChannelHandler
-
A request from FFMPEG to seek to a position in the stream.
- SEEK_CUR - Static variable in interface com.avpkit.core.io.IURLProtocolHandler
-
A flag for
IURLProtocolHandler.seek(long, int). - SEEK_END - Static variable in interface com.avpkit.core.io.IURLProtocolHandler
-
A flag for
IURLProtocolHandler.seek(long, int). - SEEK_FLAG_ANY - Static variable in class com.avpkit.core.IContainer
-
Flag; Seek to any frame, even non-keyframes
- SEEK_FLAG_BACKWARDS - Static variable in class com.avpkit.core.IContainer
-
Flag; Seek backwards
- SEEK_FLAG_BYTE - Static variable in class com.avpkit.core.IContainer
-
Flag; Use bytes instead of time stamps for seeking
- SEEK_FLAG_FRAME - Static variable in class com.avpkit.core.IContainer
-
Flag; Seek based on frame number instead of time stamps
- SEEK_SET - Static variable in interface com.avpkit.core.io.IURLProtocolHandler
-
A flag for
IURLProtocolHandler.seek(long, int). - SEEK_SIZE - Static variable in interface com.avpkit.core.io.IURLProtocolHandler
-
A flag for
IURLProtocolHandler.seek(long, int). - seekKeyFrame(int, long, int) - Method in class com.avpkit.core.IContainer
-
Seeks to the key frame at (or the first one after) the given timestamp.
- seekKeyFrame(int, long, long, long, int) - Method in class com.avpkit.core.IContainer
-
EXPERIMENTAL - Seeks to timestamp in the container.
- set(int) - Method in class com.avpkit.ferry.AtomicInteger
- setAddDynamicStreams(boolean) - Method in interface com.avpkit.mediatool.IMediaReader
-
Set if the underlying media container supports adding dynamic streams.
- setAllocator(long, JNIMemoryAllocator) - Static method in class com.avpkit.ferry.JNIMemoryAllocator
-
Internal Only.
- setAudioBitRate(int) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the audio bitrate
- setAudioBitRate(int) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the audio bitrate
- setAudioBitRateKnown(boolean) - Method in interface com.avpkit.core.ISimpleMediaFile
-
set if the audio bit rate is known.
- setAudioBitRateKnown(boolean) - Method in class com.avpkit.core.SimpleMediaFile
-
set if the audio bit rate is known.
- setAudioChannels(int) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the number of audio channels.
- setAudioChannels(int) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the number of audio channels.
- setAudioChannelsKnown(boolean) - Method in interface com.avpkit.core.ISimpleMediaFile
-
set if the audio channels are known
- setAudioChannelsKnown(boolean) - Method in class com.avpkit.core.SimpleMediaFile
-
set if the audio channels are known
- setAudioCodec(ICodec.ID) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the audio codec to use.
- setAudioCodec(ICodec.ID) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the audio codec to use.
- setAudioSampleFormat(IAudioSamples.Format) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the audio sample format you want to use in this file.
- setAudioSampleFormat(IAudioSamples.Format) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the audio sample format you want to use in this file.
- setAudioSampleRate(int) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the audio sample rate
- setAudioSampleRate(int) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the audio sample rate
- setAudioSampleRateKnown(boolean) - Method in interface com.avpkit.core.ISimpleMediaFile
-
set if the audio sample rate is known.
- setAudioSampleRateKnown(boolean) - Method in class com.avpkit.core.SimpleMediaFile
-
set if the audio sample rate is known.
- setAudioTimeBase(IRational) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the time base to use when encoding or decoding audio
- setAudioTimeBase(IRational) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the time base to use when encoding or decoding audio
- setAutomaticallyStampPacketsForStream(boolean) - Method in class com.avpkit.core.IStreamCoder
-
Should the {IStreamCoder} automatically adjust
time stamps on output packets for the {IStream}
it is ultimately destined for.
- setBitRate(int) - Method in class com.avpkit.core.IStreamCoder
-
When ENCODING, sets the bit rate to use.
- setBitRateTolerance(int) - Method in class com.avpkit.core.IStreamCoder
-
When ENCODING set the bit rate tolerance.
- setBitstreamFilter(String) - Method in class com.avpkit.core.IStream
-
Set a bitstream filter on this stream
- setBufferedImageTypeToGenerate(int) - Method in interface com.avpkit.mediatool.IMediaReader
-
Asks the
IMediaReaderto generateBufferedImageimages when callingIMediaListener.onVideoPicture(IVideoPictureEvent). - setChannels(int) - Method in class com.avpkit.core.IStreamCoder
-
Set the number of channels to use when ENCODING.
- setCloseOnEofOnly(boolean) - Method in interface com.avpkit.mediatool.IMediaReader
-
Should
IMediaReaderautomatically callIMediaReader.close(), only if ERROR_EOF is returned fromIMediaReader.readPacket(). - setCodec(ICodec) - Method in class com.avpkit.core.IStreamCoder
-
Set the Codec to the passed in Codec, discarding the old
Codec if set. - setCodec(ICodec.ID) - Method in class com.avpkit.core.IStreamCoder
-
Look up a Codec based on the passed in ID, and then set it.
- setCodecID(ICodec.ID) - Method in class com.avpkit.core.IStreamCoder
-
Look up a Codec based on the passed in ID, and then set it.
- setCodecTag(char[]) - Method in class com.avpkit.core.IStreamCoder
-
Set the fourcc tag.
- setCodecTag(int) - Method in class com.avpkit.core.IStreamCoder
-
Set the 4-byte FOURCC tag for this coder.
- setComplete(boolean, int) - Method in class com.avpkit.core.IPacket
-
Set if this packet is complete, and what the total size of the data should be assumed to be.
- setComplete(boolean, int, int, int, IAudioSamples.ChannelLayout, IAudioSamples.Format, long) - Method in class com.avpkit.core.IAudioSamples
- setComplete(boolean, int, int, int, IAudioSamples.Format, long) - Method in class com.avpkit.core.IAudioSamples
-
Call this if you modify the samples and are now done.
- setComplete(boolean, IPixelFormat.Type, int, int, long) - Method in class com.avpkit.core.IVideoPicture
-
After modifying the raw data in this buffer, call this function to
let the object know it is now complete.
- setContainerFormat(IContainerFormat) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Sets the container format for this stream
- setContainerFormat(IContainerFormat) - Method in class com.avpkit.core.SimpleMediaFile
-
Sets the container format for this stream
- setCustomURLHandlerFactory(IURLProtocolHandlerFactory) - Method in class com.avpkit.core.IContainer
- setData(IBuffer) - Method in class com.avpkit.core.IMediaData
-
Sets the underlying buffer used by this object.
- setData_internal(IBuffer) - Method in class com.avpkit.core.IMediaData
-
Sets the underlying buffer used by this object.
- setDefault(ITempFileCreator) - Static method in class com.avpkit.ferry.ITempFileCreator.Builder
- setDefaultAudioFrameSize(int) - Method in class com.avpkit.core.IStreamCoder
-
Set the default audio frame size.
- setDenominator(int) - Method in class com.avpkit.core.IRational
-
Sets the denominator on this object.
- setDesiredNoteFrequency(int) - Method in class com.avpkit.core.TestAudioSamplesGenerator
- setDoubleProperty(String, double) - Method in class com.avpkit.core.IMediaFilter
-
Sets a double parameter for this filter
- setDts(long) - Method in class com.avpkit.core.IPacket
-
Set a new Decompression Time Stamp (DTS) for this packet.
- setDuration(long) - Method in class com.avpkit.core.IPacket
-
Set the duration.
- setDuration(ITimeValue) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the duration that we'll assume for the stream we're representing.
- setDuration(ITimeValue) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the duration that we'll assume for the stream we're representing.
- setExpandIncrement(double) - Method in class com.avpkit.ferry.JNIMemoryManager
-
Get the percentage value we will increment the reference cache by if we need to expand it.
- setExtraData(IBuffer, int, int, boolean) - Method in class com.avpkit.core.IStreamCoder
-
Copies data from the given buffer into the extra-data area maintained
by encoders. - setFFmpegLoggingLevel(int) - Static method in class com.avpkit.core.Global
-
Internal Only.
- setFlag(IContainer.Flags, boolean) - Method in class com.avpkit.core.IContainer
-
Set the flag.
- setFlag(IStreamCoder.Flags, boolean) - Method in class com.avpkit.core.IStreamCoder
-
Set the flag.
- setFlags(int) - Method in class com.avpkit.core.IContainer
-
Set the flags to use with this object.
- setFlags(int) - Method in class com.avpkit.core.IPacket
-
Set any internal flags.
- setFlags(int) - Method in class com.avpkit.core.IStreamCoder
-
Set the FFMPEG flags to use with this codec.
- setForcedAudioCodec(ICodec.ID) - Method in class com.avpkit.core.IContainer
-
Forces the {IContainer} to assume all audio streams are
encoded with the given audio codec when demuxing. - setForcedSubtitleCodec(ICodec.ID) - Method in class com.avpkit.core.IContainer
-
Forces the {IContainer} to assume all subtitle streams are
encoded with the given subtitle codec when demuxing. - setForcedVideoCodec(ICodec.ID) - Method in class com.avpkit.core.IContainer
-
Forces the {IContainer} to assume all video streams are
encoded with the given video codec when demuxing. - setForceInterleave(boolean) - Method in interface com.avpkit.mediatool.IMediaWriter
-
Set the force interleave option.
- setFormat(IContainerFormat) - Method in class com.avpkit.core.IContainer
-
Set the {IContainerFormat} to use with this {IContainer}.
- setFrameRate(IRational) - Method in class com.avpkit.core.IStreamCoder
-
Set the frame rate we'll set in the headers of this stream while
ENCODING. - setGlobalInterruptable(JNIThreadProxy.Interruptable) - Static method in class com.avpkit.ferry.JNIThreadProxy
-
Set a new global interrupt handler.
- setGlobalIsLogging(Logger.Level, boolean) - Static method in class com.avpkit.ferry.Logger
- setGlobalQuality(int) - Method in class com.avpkit.core.IStreamCoder
-
Set the Global Quality to a new value.
- setHardwareDecoding(IPixelFormat.Type) - Method in class com.avpkit.core.IStreamCoder
-
Try to change current decoder to an HW decoder compatible with
pixel format
- setHasAudio(boolean) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set whether you want the output stream to have audio
- setHasAudio(boolean) - Method in class com.avpkit.core.SimpleMediaFile
-
Set whether you want the output stream to have audio
- setHasVideo(boolean) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set whether you want the output stream to have video
- setHasVideo(boolean) - Method in class com.avpkit.core.SimpleMediaFile
-
Set whether you want the output stream to have video
- setHeight(int) - Method in class com.avpkit.core.IStreamCoder
-
Set the height, in pixels.
- setId(int) - Method in class com.avpkit.core.IStream
-
Set the format-specific stream id.
- setImage(Image) - Method in class com.avpkit.core.demos.VideoImage.ImageComponent
- setImage(BufferedImage) - Method in class com.avpkit.core.demos.VideoImage
- setImageSize(Dimension) - Method in class com.avpkit.core.demos.VideoImage.ImageComponent
- setInputBufferLength(int) - Method in class com.avpkit.core.IContainer
-
Set the buffer length AVPKit will suggest to FFMPEG for reading inputs.
If called when a IContainer is open, the call is ignored and -1 is returned.
- setInputFlag(IContainerFormat.Flags, boolean) - Method in class com.avpkit.core.IContainerFormat
-
Set the input flag.
- setInputFlags(int) - Method in class com.avpkit.core.IContainerFormat
-
Set the input flags to use with this object.
- setInputFormat(String) - Method in class com.avpkit.core.IContainerFormat
-
Sets the input format for this container.
- setIntProperty(String, int) - Method in class com.avpkit.core.IMediaFilter
-
Sets an integer parameter for this filter
- setIsLogging(Logger.Level, boolean) - Method in class com.avpkit.ferry.Logger
- setKey(boolean) - Method in class com.avpkit.core.IMediaDataWrapper
-
Allows you to reset whether the wrapper things this is key or not.
Note the underlying wrapped object will continue to keep it's prior setting.
- setKeyFrame(boolean) - Method in class com.avpkit.core.IVideoPicture
-
Reset if this is a key frame or not.
- setKeyPacket(boolean) - Method in class com.avpkit.core.IPacket
-
Set if this is a key packet.
- setLanguage(String) - Method in class com.avpkit.core.IStream
-
Set the 4-character language setting for this stream.
If a string longer than 4 characters is passed in, only the
first 4 characters is copied.
- setLogEvents(IMediaDebugListener.Event...) - Method in interface com.avpkit.mediatool.IMediaDebugListener
-
Set the event types which will be logged.
- setMaskLateStreamExceptions(boolean) - Method in interface com.avpkit.mediatool.IMediaWriter
-
Set late stream exception policy.
- setMaxDelay(int) - Method in class com.avpkit.core.IContainer
-
Sets the max delay for the AVFormatContext.max_delay property.
- setMaxFreeRatio(double) - Method in class com.avpkit.ferry.JNIMemoryManager
-
Sets the maximum ratio of free space we'll allow without trying to shrink the memory manager heap.
- setMemoryDebugging(boolean) - Method in class com.avpkit.ferry.JNIMemoryManager
-
Set whether the
JNIMemoryManagershould cause objects to be allocated with debugging information. - setMemoryModel(int) - Static method in class com.avpkit.ferry.FerryJNI
-
Internal Only.
- setMemoryModel(JNIMemoryManager.MemoryModel) - Static method in class com.avpkit.ferry.JNIMemoryManager
-
Sets the
JNIMemoryManager.MemoryModel. - setMetaData(IMetaData) - Method in class com.avpkit.core.IContainer
-
Set the {IMetaData} on this object, overriding
any previous meta data. - setMetaData(IMetaData) - Method in class com.avpkit.core.IStream
-
Set the {IMetaData} on this object, overriding
any previous meta data. - setMinFreeRatio(double) - Method in class com.avpkit.ferry.JNIMemoryManager
-
Sets the minimum ratio of free space to total memory manager heap size we'll allow before expanding the heap.
- setMinimumReferencesToCache(int) - Method in class com.avpkit.ferry.JNIMemoryManager
-
Sets the minimum number of references to cache.
- setNumerator(int) - Method in class com.avpkit.core.IRational
-
Sets the numerator on this object.
- setNumPicturesInGroupOfPictures(int) - Method in class com.avpkit.core.IStreamCoder
-
Set the GOPS on this stream.
- setNumSamples(int) - Method in class com.avpkit.core.IBufferSink
-
Sets the number of samples for each output filtered samples.
The last buffer will be padded with 0.
- setOutputFlag(IContainerFormat.Flags, boolean) - Method in class com.avpkit.core.IContainerFormat
-
Set the output flag.
- setOutputFlags(int) - Method in class com.avpkit.core.IContainerFormat
-
Set the output flags to use with this object.
- setOutputFormat(String, String, String) - Method in class com.avpkit.core.IContainerFormat
-
Sets the output format for this container.
We'll look at the shortName, url and mimeType and try to guess
a valid output container format.
- setParseType(IStream.ParseType) - Method in class com.avpkit.core.IStream
-
Set the parse type the decoding codec should use.
- setPictureType(IVideoPicture.PictType) - Method in class com.avpkit.core.IVideoPicture
-
Set the picture type.
- setPixelType(IPixelFormat.Type) - Method in class com.avpkit.core.IStreamCoder
-
Set the pixel format to ENCODE with.
- setPosition(long) - Method in class com.avpkit.core.IPacket
-
Set the position.
- setPreload(int) - Method in class com.avpkit.core.IContainer
-
Deprecated.use {#setProperty} instead.
If the container has not already been opened, sets the AVFormatContext.preload property
which can be useful in some circumstances such as when dealing with mpeg formats.
- setProperty(IMetaData, IMetaData) - Method in interface com.avpkit.core.IConfigurable
-
Sets all properties in valuesToSet on this
IConfigurableobject. - setProperty(IMetaData, IMetaData) - Method in class com.avpkit.core.IContainer
-
{
- setProperty(IMetaData, IMetaData) - Method in class com.avpkit.core.IStreamCoder
-
{
- setProperty(IMetaData, IMetaData) - Method in class com.avpkit.core.IVideoResampler
-
{
- setProperty(String, boolean) - Method in interface com.avpkit.core.IConfigurable
-
Looks up the property 'name' and sets the value of the property to 'value'.
- setProperty(String, boolean) - Method in class com.avpkit.core.IContainer
-
Looks up the property 'name' and sets the
value of the property to 'value'.
- setProperty(String, boolean) - Method in class com.avpkit.core.IStreamCoder
-
Looks up the property 'name' and sets the
value of the property to 'value'.
- setProperty(String, boolean) - Method in class com.avpkit.core.IVideoResampler
-
Looks up the property 'name' and sets the
value of the property to 'value'.
- setProperty(String, double) - Method in interface com.avpkit.core.IConfigurable
-
Looks up the property 'name' and sets the value of the property to 'value'.
- setProperty(String, double) - Method in class com.avpkit.core.IContainer
-
Looks up the property 'name' and sets the
value of the property to 'value'.
- setProperty(String, double) - Method in class com.avpkit.core.IStreamCoder
-
Looks up the property 'name' and sets the
value of the property to 'value'.
- setProperty(String, double) - Method in class com.avpkit.core.IVideoResampler
-
Looks up the property 'name' and sets the
value of the property to 'value'.
- setProperty(String, long) - Method in interface com.avpkit.core.IConfigurable
-
Looks up the property 'name' and sets the value of the property to 'value'.
- setProperty(String, long) - Method in class com.avpkit.core.IContainer
-
Looks up the property 'name' and sets the
value of the property to 'value'.
- setProperty(String, long) - Method in class com.avpkit.core.IStreamCoder
-
Looks up the property 'name' and sets the
value of the property to 'value'.
- setProperty(String, long) - Method in class com.avpkit.core.IVideoResampler
-
Looks up the property 'name' and sets the
value of the property to 'value'.
- setProperty(String, IRational) - Method in interface com.avpkit.core.IConfigurable
-
Looks up the property 'name' and sets the value of the property to 'value'.
- setProperty(String, IRational) - Method in class com.avpkit.core.IContainer
-
Looks up the property 'name' and sets the
value of the property to 'value'.
- setProperty(String, IRational) - Method in class com.avpkit.core.IStreamCoder
-
Looks up the property 'name' and sets the
value of the property to 'value'.
- setProperty(String, IRational) - Method in class com.avpkit.core.IVideoResampler
-
Looks up the property 'name' and sets the
value of the property to 'value'.
- setProperty(String, String) - Method in interface com.avpkit.core.IConfigurable
-
Sets a property on this Object.
- setProperty(String, String) - Method in class com.avpkit.core.IContainer
-
Sets a property on this Object.
All AVOptions supported by the underlying AVClass are supported.
- setProperty(String, String) - Method in class com.avpkit.core.IMediaFilter
-
Sets a string parameter for this filter
- setProperty(String, String) - Method in class com.avpkit.core.IStreamCoder
-
Sets a property on this Object.
All AVOptions supported by the underlying AVClass are supported.
- setProperty(String, String) - Method in class com.avpkit.core.IVideoResampler
-
Sets a property on this Object.
All AVOptions supported by the underlying AVClass are supported.
- setPts(long) - Method in class com.avpkit.core.IAudioSamples
-
Set the Presentation Time Stamp for this set of samples.
- setPts(long) - Method in class com.avpkit.core.IPacket
-
Set a new Presentation Time Stamp (PTS) for this packet.
- setPts(long) - Method in class com.avpkit.core.IVideoPicture
-
Set the Presentation Time Stamp (in Microseconds) for this picture.
- setQuality(int) - Method in class com.avpkit.core.IVideoPicture
-
Set the Quality to a new value.
- setQueryMetaData(boolean) - Method in interface com.avpkit.mediatool.IMediaReader
-
Set if the underlying media container will attempt to establish all meta data when the container is opened, which will potentially block until it has ready enough data to find all streams in a container.
- setRationalProperty(String, IRational) - Method in class com.avpkit.core.IMediaFilter
-
Sets a rational parameter for this filter
- setReadRetryCount(int) - Method in class com.avpkit.core.IContainer
-
Sets the read retry count.
- setSample(int, int, IAudioSamples.Format, int) - Method in class com.avpkit.core.IAudioSamples
-
Sets the sample at the given index and channel to the sample.
- setSampleAspectRatio(IRational) - Method in class com.avpkit.core.IStream
-
Sets the sample aspect ratio.
- setSampleFormat(IAudioSamples.Format) - Method in class com.avpkit.core.IStreamCoder
-
Set the sample format when ENCODING.
- setSampleRate(int) - Method in class com.avpkit.core.IStreamCoder
-
Set the sample rate to use when ENCODING.
- setShouldCloseContainer(boolean) - Method in class com.avpkit.mediatool.AMediaCoderMixin
- setShrinkFactor(double) - Method in class com.avpkit.ferry.JNIMemoryManager
-
Set the percentage value we will shrink the reference cache by when we determine shrinking is possible.
- setSideData(IVideoPicture.FrameDataType, IBuffer) - Method in class com.avpkit.core.IVideoPicture
- setStandardsCompliance(IStreamCoder.CodecStandardsCompliance) - Method in class com.avpkit.core.IContainer
-
Set the level of standards compliance.
- setStandardsCompliance(IStreamCoder.CodecStandardsCompliance) - Method in class com.avpkit.core.IStreamCoder
-
Set the level of standards compliance.
- setStreamCoder(IStreamCoder) - Method in class com.avpkit.core.IStream
-
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. - setStreamCoder(IStreamCoder, boolean) - Method in class com.avpkit.core.IStream
-
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. - setStreamIndex(int) - Method in class com.avpkit.core.IPacket
-
Set the stream index for this packet.
- setTimeBase(IRational) - Method in class com.avpkit.core.IMediaData
-
Set the time base that time stamps of this object are represented in.
- setTimeBase(IRational) - Method in class com.avpkit.core.IStreamCoder
-
Set the time base we'll use to ENCODE with.
- setTimeStamp(long) - Method in class com.avpkit.core.IMediaData
-
Set the time stamp for this object in getTimeBase() units.
- setTurboCharged(boolean) - Static method in class com.avpkit.mediatool.ToolFactory
-
Turns on and off Turbo-Charging for the
ToolFactorypackage. - setType(IBuffer.Type) - Method in class com.avpkit.ferry.IBuffer
-
Reset the buffer type to a new type.
- setURL(String) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the URL that this stream contains info for.
- setURL(String) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the URL that this stream contains info for.
- setValue(double) - Method in class com.avpkit.core.IRational
-
Sets the numerator and denominator on this object by
reducing the double to the closest integer numerator
and denominator. - setValue(String, String) - Method in class com.avpkit.core.IMetaData
-
Sets the value for the given key to value.
- setValue(String, String, IMetaData.Flags) - Method in class com.avpkit.core.IMetaData
-
Sets the value for the given key to value.
- setVideoBitRate(int) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the timebase that we encode video for.
- setVideoBitRate(int) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the timebase that we encode video for.
- setVideoBitRateKnown(boolean) - Method in interface com.avpkit.core.ISimpleMediaFile
-
set if the video bit rate is known.
- setVideoBitRateKnown(boolean) - Method in class com.avpkit.core.SimpleMediaFile
-
set if the video bit rate is known.
- setVideoCodec(ICodec.ID) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the video codec that packets are encoded with.
- setVideoCodec(ICodec.ID) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the video codec that packets are encoded with.
- setVideoFrameRate(IRational) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the Video Frame Rate as a rational.
- setVideoFrameRate(IRational) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the Video Frame Rate as a rational.
- setVideoGlobalQuality(int) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the default quality quality setting for video.
- setVideoGlobalQuality(int) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the default quality quality setting for video.
- setVideoGlobalQualityKnown(boolean) - Method in interface com.avpkit.core.ISimpleMediaFile
-
set if the global quality setting is known.
- setVideoGlobalQualityKnown(boolean) - Method in class com.avpkit.core.SimpleMediaFile
-
set if the global quality setting is known.
- setVideoHeight(int) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the height of the video frames in broadcasted packets
- setVideoHeight(int) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the height of the video frames in broadcasted packets
- setVideoHeightKnown(boolean) - Method in interface com.avpkit.core.ISimpleMediaFile
-
set if the video height is known.
- setVideoHeightKnown(boolean) - Method in class com.avpkit.core.SimpleMediaFile
-
set if the video height is known.
- setVideoNumPicturesInGroupOfPictures(int) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the MPEG2 Num Pictures In Group Of Pictures (GOPS) settings
- setVideoNumPicturesInGroupOfPictures(int) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the MPEG2 Num Pictures In Group Of Pictures (GOPS) settings
- setVideoNumPicturesInGroupOfPicturesKnown(boolean) - Method in interface com.avpkit.core.ISimpleMediaFile
-
set if the MPEG number of pictures in a group of pictures is known?
- setVideoNumPicturesInGroupOfPicturesKnown(boolean) - Method in class com.avpkit.core.SimpleMediaFile
-
set if the MPEG number of pictures in a group of pictures is known?
- setVideoPixelFormat(IPixelFormat.Type) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Sets the pixel format to use
- setVideoPixelFormat(IPixelFormat.Type) - Method in class com.avpkit.core.SimpleMediaFile
-
Sets the pixel format to use
- setVideoPixelFormatKnown(boolean) - Method in interface com.avpkit.core.ISimpleMediaFile
-
set if the video pixel format is known.
- setVideoPixelFormatKnown(boolean) - Method in class com.avpkit.core.SimpleMediaFile
-
set if the video pixel format is known.
- setVideoTimeBase(IRational) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the TimeBase that video packets are encoded with.
- setVideoTimeBase(IRational) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the TimeBase that video packets are encoded with.
- setVideoWidth(int) - Method in interface com.avpkit.core.ISimpleMediaFile
-
Set the width of the video frames in broadcasted packets
- setVideoWidth(int) - Method in class com.avpkit.core.SimpleMediaFile
-
Set the width of the video frames in broadcasted packets
- setVideoWidthKnown(boolean) - Method in interface com.avpkit.core.ISimpleMediaFile
-
set if the video width is known.
- setVideoWidthKnown(boolean) - Method in class com.avpkit.core.SimpleMediaFile
-
set if the video width is known.
- setWidth(int) - Method in class com.avpkit.core.IStreamCoder
-
Set the width, in pixels
- setYUV420PPixel(IVideoPicture, int, int, IPixelFormat.YUVColorComponent, short) - Static method in class com.avpkit.core.IPixelFormat
-
Sets the value of the color component c at the coordinates x and y in the given frame.
- showVideo() - Method in enum com.avpkit.mediatool.IMediaViewer.Mode
-
Does this mode display video?
- SI_TYPE - com.avpkit.core.IVideoPicture.PictType
- SimpleMediaFile - Class in com.avpkit.core
-
An implementation of
ISimpleMediaFile. - SimpleMediaFile() - Constructor for class com.avpkit.core.SimpleMediaFile
-
Create a new
SimpleMediaFile. - SimpleMediaFile(ISimpleMediaFile) - Constructor for class com.avpkit.core.SimpleMediaFile
-
Create a new
SimpleMediaFilefrom an existingSimpleMediaFile. - sMultiply(IRational, IRational) - Static method in class com.avpkit.core.IRational
-
Multiples a by b.
- SP_TYPE - com.avpkit.core.IVideoPicture.PictType
- sReduce(IRational, long, long, long) - Static method in class com.avpkit.core.IRational
-
Reduce a fraction to it's lowest common denominators.
This is useful for framerate calculations. - sRescale(long, IRational, IRational) - Static method in class com.avpkit.core.IRational
-
Takes a value scaled in increments of origBase and gives the
equivalent value scaled in terms of this Rational.
- sRescale(long, IRational, IRational, IRational.Rounding) - Static method in class com.avpkit.core.IRational
-
Takes a value scaled in increments of origBase and gives the
equivalent value scaled in terms of this Rational.
- sSubtract(IRational, IRational) - Static method in class com.avpkit.core.IRational
-
Subtracts a from b.
- stampOutputPacket(IPacket) - Method in class com.avpkit.core.IStream
-
Takes a packet destined for this stream, and stamps
the stream index, and converts the time stamp to the
correct units (adjusting for rounding errors between
stream conversions).
- startCollectionThread() - Method in class com.avpkit.ferry.JNIMemoryManager
-
Starts a new Ferry collection thread that will wake up whenever a memory reference needs clean-up from native code.
- stopCollectionThread() - Method in class com.avpkit.ferry.JNIMemoryManager
-
Stops the Ferry collection thread if running.
- subtract(IRational) - Method in class com.avpkit.core.IRational
-
Subtracts arg from this rational
- swigCMemOwn - Variable in class com.avpkit.ferry.AtomicInteger
-
Internal Only.
- swigCMemOwn - Variable in class com.avpkit.ferry.Logger
-
Internal Only.
- swigCMemOwn - Variable in class com.avpkit.ferry.RefCounted
-
Internal Only.
- swigToEnum(int) - Static method in enum com.avpkit.core.IAudioSamples.ChannelLayout
- swigToEnum(int) - Static method in enum com.avpkit.core.IAudioSamples.Format
- swigToEnum(int) - Static method in enum com.avpkit.core.ICodec.Capabilities
- swigToEnum(int) - Static method in enum com.avpkit.core.ICodec.ID
- swigToEnum(int) - Static method in enum com.avpkit.core.ICodec.Type
- swigToEnum(int) - Static method in enum com.avpkit.core.IContainer.Flags
- swigToEnum(int) - Static method in enum com.avpkit.core.IContainer.Type
- swigToEnum(int) - Static method in enum com.avpkit.core.IContainerFormat.Flags
- swigToEnum(int) - Static method in enum com.avpkit.core.IError.Type
- swigToEnum(int) - Static method in enum com.avpkit.core.IMetaData.Flags
- swigToEnum(int) - Static method in enum com.avpkit.core.IPixelFormat.Type
- swigToEnum(int) - Static method in enum com.avpkit.core.IPixelFormat.YUVColorComponent
- swigToEnum(int) - Static method in enum com.avpkit.core.IProperty.Flags
- swigToEnum(int) - Static method in enum com.avpkit.core.IProperty.Search
- swigToEnum(int) - Static method in enum com.avpkit.core.IProperty.Type
- swigToEnum(int) - Static method in enum com.avpkit.core.IRational.Rounding
- swigToEnum(int) - Static method in enum com.avpkit.core.IStream.Direction
- swigToEnum(int) - Static method in enum com.avpkit.core.IStream.ParseType
- swigToEnum(int) - Static method in enum com.avpkit.core.IStreamCoder.CodecStandardsCompliance
- swigToEnum(int) - Static method in enum com.avpkit.core.IStreamCoder.Direction
- swigToEnum(int) - Static method in enum com.avpkit.core.IStreamCoder.Flags
- swigToEnum(int) - Static method in enum com.avpkit.core.ITimeValue.Unit
-
Deprecated.
- swigToEnum(int) - Static method in enum com.avpkit.core.IVideoPicture.FrameDataType
- swigToEnum(int) - Static method in enum com.avpkit.core.IVideoPicture.PictType
- swigToEnum(int) - Static method in enum com.avpkit.core.IVideoResampler.Feature
- swigToEnum(int) - Static method in enum com.avpkit.ferry.IBuffer.Type
- swigToEnum(int) - Static method in enum com.avpkit.ferry.Logger.Level
- swigValue() - Method in enum com.avpkit.core.IAudioSamples.ChannelLayout
- swigValue() - Method in enum com.avpkit.core.IAudioSamples.Format
- swigValue() - Method in enum com.avpkit.core.ICodec.Capabilities
- swigValue() - Method in enum com.avpkit.core.ICodec.ID
- swigValue() - Method in enum com.avpkit.core.ICodec.Type
- swigValue() - Method in enum com.avpkit.core.IContainer.Flags
- swigValue() - Method in enum com.avpkit.core.IContainer.Type
- swigValue() - Method in enum com.avpkit.core.IContainerFormat.Flags
- swigValue() - Method in enum com.avpkit.core.IError.Type
- swigValue() - Method in enum com.avpkit.core.IMetaData.Flags
- swigValue() - Method in enum com.avpkit.core.IPixelFormat.Type
- swigValue() - Method in enum com.avpkit.core.IPixelFormat.YUVColorComponent
- swigValue() - Method in enum com.avpkit.core.IProperty.Flags
- swigValue() - Method in enum com.avpkit.core.IProperty.Search
- swigValue() - Method in enum com.avpkit.core.IProperty.Type
- swigValue() - Method in enum com.avpkit.core.IRational.Rounding
- swigValue() - Method in enum com.avpkit.core.IStream.Direction
- swigValue() - Method in enum com.avpkit.core.IStream.ParseType
- swigValue() - Method in enum com.avpkit.core.IStreamCoder.CodecStandardsCompliance
- swigValue() - Method in enum com.avpkit.core.IStreamCoder.Direction
- swigValue() - Method in enum com.avpkit.core.IStreamCoder.Flags
- swigValue() - Method in enum com.avpkit.core.ITimeValue.Unit
-
Deprecated.
- swigValue() - Method in enum com.avpkit.core.IVideoPicture.FrameDataType
- swigValue() - Method in enum com.avpkit.core.IVideoPicture.PictType
- swigValue() - Method in enum com.avpkit.core.IVideoResampler.Feature
- swigValue() - Method in enum com.avpkit.ferry.IBuffer.Type
- swigValue() - Method in enum com.avpkit.ferry.Logger.Level
All Classes All Packages