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

M

main(String[]) - Static method in class com.avpkit.core.AVPKit
A simple test of core, this program takes an input file, and outputs it as an output file.
main(String[]) - Static method in class com.avpkit.core.Configuration
A main program that just prints information on all avaiable AVPKit options.
main(String[]) - Static method in class com.avpkit.core.Converter
A simple test of core, this program takes an input file, and outputs it as an output file.
main(String[]) - Static method in class com.avpkit.core.demos.CaptureScreenToFile
Takes up to one argument, which just gives a file name to encode as.
main(String[]) - Static method in class com.avpkit.core.demos.DecodeAndCaptureFrames
Takes a media container (file) as the first argument, opens it, reads through the file and captures video frames periodically as specified by SECONDS_BETWEEN_FRAMES.
main(String[]) - Static method in class com.avpkit.core.demos.DecodeAndPlayAudio
Takes a media container (file) as the first argument, opens it, opens up the default audio device on your system, and plays back the audio.
main(String[]) - Static method in class com.avpkit.core.demos.DecodeAndPlayAudioAndVideo
Takes a media container (file) as the first argument, opens it, plays audio as quickly as it can, and opens up a Swing window and displays video frames with roughly the right timing.
main(String[]) - Static method in class com.avpkit.core.demos.DecodeAndPlayVideo
Takes a media container (file) as the first argument, opens it, opens up a Swing window and displays video frames with roughly the right timing.
main(String[]) - Static method in class com.avpkit.core.demos.DisplayWebcamVideo
Takes a FFMPEG webcam driver name, and a device name, opens the webcam, and displays its video in a Swing window.
main(String[]) - Static method in class com.avpkit.core.demos.GetContainerInfo
Takes a media container (file) as the first argument, opens it, and tells you what's inside the container.
main(String[]) - Static method in class com.avpkit.core.GetSupportedCodecs
Given the short name of a container, prints out information about it, including which codecs AVPKit can write (mux) into that container.
main(String[]) - Static method in class com.avpkit.core.GetSuppportedCodecs
Given the short name of a container, prints out information about it, including which codecs AVPKit can write (mux) into that container.
main(String[]) - Static method in class com.avpkit.mediatool.demos.CaptureScreenToFile
Takes a screen shot of your entire screen and writes it to output.flv
main(String[]) - Static method in class com.avpkit.mediatool.demos.ConcatenateAudioAndVideo
Concatenate two files.
main(String[]) - Static method in class com.avpkit.mediatool.demos.DecodeAndCaptureFrames
Takes a media container (file) as the first argument, opens it and writes some of it's video frames to PNG image files in the temporary directory.
main(String[]) - Static method in class com.avpkit.mediatool.demos.DecodeAndPlayAudio
Takes a media container (file) as the first argument, opens it, opens up a Swing window and displays video frames with the right timing.
main(String[]) - Static method in class com.avpkit.mediatool.demos.DecodeAndPlayAudioAndVideo
Takes a media container (file) as the first argument, opens it, plays audio as quickly as it can, and opens up a Swing window and displays video frames with roughly the right timing.
main(String[]) - Static method in class com.avpkit.mediatool.demos.DecodeAndPlayVideo
Takes a media container (file) as the first argument, opens it, opens up a Swing window and displays video frames with the right timing.
main(String[]) - Static method in class com.avpkit.mediatool.demos.DisplayWebcamVideo
Takes a FFMPEG webcam driver name, and a device name, opens the webcam, and displays its video in a Swing window.
main(String[]) - Static method in class com.avpkit.mediatool.demos.GenerateAudioAndVideo
Create and display a number of bouncing balls on the
main(String[]) - Static method in class com.avpkit.mediatool.demos.ModifyAudioAndVideo
Create and display a number of bouncing balls on the
main(String[]) - Static method in class com.avpkit.mediatool.demos.TranscodeAudioAndVideo
Transcodes a media file into a new media file, guessing parameters and codecs based on the file names.
main(String[]) - Static method in class com.avpkit.mediatool.ToolFactory
A sample program for the ToolFactory.
MAJOR_VERSION - Static variable in class com.avpkit.core.Version
 
make() - Static method in class com.avpkit.core.IContainer
Create a new container object.

make() - Static method in class com.avpkit.core.IContainerFormat
Create a new IContainerFormat object.

make() - Static method in class com.avpkit.core.IFilterChain
 
make() - Static method in class com.avpkit.core.IMetaData
Create a new {IMetaData} bag of properties with
no values set.
make() - Static method in class com.avpkit.core.IPacket
Allocate a new packet.
make() - Static method in class com.avpkit.core.IRational
Get a new rational that will be set to 0/0.
The rational will not have {#init()} called
and hence will be modifiable by {#setValue(double)}
until {#init()} is called.
make() - Static method in class com.avpkit.ferry.Mutex
 
make() - Static method in class com.avpkit.ferry.RefCountedTester
 
make(double) - Static method in class com.avpkit.core.IRational
Converts a double precision floating point number to a rational.
make(int) - Static method in class com.avpkit.core.IError
Create a new IError object from a return value passed in from AVPKit.

make(int) - Static method in class com.avpkit.core.IPacket
Allocate a new packet.
make(int, int) - Static method in class com.avpkit.core.IAudioSamples
Get a new audio samples buffer.
make(int, int) - Static method in class com.avpkit.core.IRational
Create a rational from a numerator and denominator.

We will always reduce this to the lowest num/den pair
we can, but never having den exceed what was passed in.

make(int, int, int, int) - Static method in class com.avpkit.core.IAudioResampler
Create a new {IAudioResampler} object.
make(int, int, int, int, IAudioSamples.Format, IAudioSamples.Format) - Static method in class com.avpkit.core.IAudioResampler
Create a new {IAudioResampler} object.
make(int, int, int, int, IAudioSamples.Format, IAudioSamples.Format, int, int, boolean, double) - Static method in class com.avpkit.core.IAudioResampler
Create a new {IAudioResampler} object.
make(int, int, IAudioSamples.Format) - Static method in class com.avpkit.core.IAudioSamples
Get a new audio samples buffer.
make(int, int, IPixelFormat.Type, int, int, IPixelFormat.Type) - Static method in class com.avpkit.core.IVideoResampler
Get a new video resampler.
make(long, long, int, int, int) - Static method in class com.avpkit.core.IIndexEntry
Create a new {IIndexEntry} with the specified
values.

make(long, ITimeValue.Unit) - Static method in class com.avpkit.core.ITimeValue
Deprecated.
Make a new time value.
make(IContainerFormat) - Static method in class com.avpkit.core.IContainer
Create a new {IContainer} and call {#setFormat(IContainerFormat)} on it immediately.
make(IError.Type) - Static method in class com.avpkit.core.IError
Create a new IError object from an IError.Type enum value.

make(IMediaData) - Static method in class com.avpkit.core.IMediaDataWrapper
Create a new IMediaDataWrapper object that wraps the given obj.

make(IPacket, boolean) - Static method in class com.avpkit.core.IPacket
Allocate a new packet wrapping the existing contents of
a passed in packet.
make(IPixelFormat.Type, int, int) - Static method in class com.avpkit.core.IVideoPicture
Get a new picture object.
make(IRational) - Static method in class com.avpkit.core.IRational
Creates deep copy of a Rational from another Rational.

make(IStreamCoder.Direction) - Static method in class com.avpkit.core.IStreamCoder
Deprecated.
Use {#make(Direction, ICodec)} instead.
Create a standalone StreamCoder that can decode data without regard to
which IStream or IContainer it came from.


If you're reading or writing to a AVPKIT file or URL you almost definitely
don't want to use this method. Use the {IContainer#getStream(long)}
and {IStream#getStreamCoder()} methods instead as it will set up the
resulting IStreamCoder with sensible defaults. Use of a un-attached
StreamCoder returned from this method is for advanced users only.


make(IStreamCoder.Direction, ICodec) - Static method in class com.avpkit.core.IStreamCoder
Create a standalone StreamCoder that can encode or decode data independent
of the stream it is attached to.

make(IStreamCoder.Direction, ICodec.ID) - Static method in class com.avpkit.core.IStreamCoder
Create a standalone StreamCoder that can encode or decode data independent
of the stream it is attached to.

make(IStreamCoder.Direction, IStreamCoder) - Static method in class com.avpkit.core.IStreamCoder
Creates a new IStreamCoder object by copying all the settings in copyCoder.
make(ITimeValue) - Static method in class com.avpkit.core.ITimeValue
Deprecated.
Make a copy of a time value from another time value.
make(IVideoPicture) - Static method in class com.avpkit.core.IVideoPicture
Get a new picture by copying the data in an existing frame.
make(IBuffer) - Static method in class com.avpkit.core.IPacket
Allocate a new packet that wraps an existing IBuffer.

make(IBuffer, int, IAudioSamples.Format) - Static method in class com.avpkit.core.IAudioSamples
Creates an {IAudioSamples} object by wrapping an
{com.avpkit.ferry.IBuffer object}.
make(IBuffer, IPixelFormat.Type, int, int) - Static method in class com.avpkit.core.IVideoPicture
Get a new picture object, by wrapping an existing
{com.avpkit.ferry.IBuffer}.
make(RefCounted, byte[], int, int) - Static method in class com.avpkit.ferry.IBuffer
Allocate a new IBuffer, and copy the data in buffer into
the new IBuffer object.

make(RefCounted, int) - Static method in class com.avpkit.ferry.IBuffer
Allocate a new buffer of at least bufferSize.

make(RefCounted, IBuffer.Type, int, boolean) - Static method in class com.avpkit.ferry.IBuffer
Allocate a new buffer of at least bufferSize.

make(RefCounted, ByteBuffer, int, int) - Static method in class com.avpkit.ferry.IBuffer
Create a new IBuffer object that uses the direct byte buffer
passed in by reference (i.e.
make(RefCountedTester) - Static method in class com.avpkit.ferry.RefCountedTester
Acquires a reference to a passed in object,
and returns the new object.
makeDebugListener() - Static method in class com.avpkit.mediatool.ToolFactory
Construct a debug listener which logs all event types.
makeDebugListener(IMediaDebugListener.Event...) - Static method in class com.avpkit.mediatool.ToolFactory
Construct a debug listener with custom set of event types to log.
makeDebugListener(IMediaDebugListener.Mode, IMediaDebugListener.Event...) - Static method in class com.avpkit.mediatool.ToolFactory
Construct a debug listener with custom set of event types to log.
makeDebugListener(String, IMediaDebugListener.Mode, IMediaDebugListener.Event...) - Static method in class com.avpkit.mediatool.ToolFactory
Construct a debug listener with custom name and set of event types to log.
makeReader(IContainer) - Static method in class com.avpkit.mediatool.ToolFactory
Create an IMediaReader to reads and dispatches decoded media from a media container for a given source URL.
makeReader(String) - Static method in class com.avpkit.mediatool.ToolFactory
Create an IMediaReader to reads and dispatches decoded media from a media container for a given source URL.
makeViewer() - Static method in class com.avpkit.mediatool.ToolFactory
Construct a default media viewer.
makeViewer(boolean) - Static method in class com.avpkit.mediatool.ToolFactory
Construct a media viewer and optionally show media statistics.
makeViewer(boolean, int) - Static method in class com.avpkit.mediatool.ToolFactory
Construct a media viewer, optionally show media statistics and specify the default frame close behavior.
makeViewer(IMediaViewer.Mode) - Static method in class com.avpkit.mediatool.ToolFactory
Construct a media viewer which plays in the specified mode.
makeViewer(IMediaViewer.Mode, boolean) - Static method in class com.avpkit.mediatool.ToolFactory
Construct a media viewer which plays in the specified mode and optionally shows media statistics.
makeViewer(IMediaViewer.Mode, boolean, int) - Static method in class com.avpkit.mediatool.ToolFactory
Construct a media viewer which plays in the specified mode, optionally shows media statistics and specifies the default frame close behavior.
makeWriter(String) - Static method in class com.avpkit.mediatool.ToolFactory
Create a MediaWriter which will require subsequent calls to IMediaWriter.addVideoStream(int, int, ICodec, int, int) and/or IMediaWriter.addAudioStream(int, int, ICodec, int, int) to configure the writer.
makeWriter(String, IContainer) - Static method in class com.avpkit.mediatool.ToolFactory
Use a specified IContainer as a source for and meta data about the container and it's streams.
makeWriter(String, IMediaReader) - Static method in class com.avpkit.mediatool.ToolFactory
Use a specified IMediaReader as a source for media data and meta data about the container and it's streams.
malloc(int) - Method in class com.avpkit.ferry.JNIMemoryAllocator
Internal Only.
map(IURLProtocolHandler) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a IURLProtocolHandler to a url that AVPKit can open.
map(DataInput) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a DataInput object to a URL for use by AVPKit.
map(DataOutput) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a DataOutput object to a URL for use by AVPKit.
map(InputStream) - Static method in class com.avpkit.core.io.AVPKitIO
Maps an InputStream to a URL for use by AVPKit.
map(OutputStream) - Static method in class com.avpkit.core.io.AVPKitIO
Maps an OutputStream to a URL for use by AVPKit.
map(RandomAccessFile) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a RandomAccessFile object to a URL for use by AVPKit.
map(String, IURLProtocolHandler) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a IURLProtocolHandler to a url that AVPKit can open.
map(String, IURLProtocolHandler, boolean) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a IURLProtocolHandler to a url that AVPKit can open.
map(String, DataInput) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a DataInput object to a URL for use by AVPKit.
map(String, DataInput, DataOutput, boolean, boolean) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a DataInput or DataOutput object to a URL for use by AVPKit.
map(String, DataOutput) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a DataOutput object to a URL for use by AVPKit.
map(String, InputStream) - Static method in class com.avpkit.core.io.AVPKitIO
Maps an InputStream to a URL for use by AVPKit.
map(String, InputStream, OutputStream, boolean, boolean) - Static method in class com.avpkit.core.io.AVPKitIO
Maps an InputStream or OutputStream to a URL for use by AVPKit.
map(String, OutputStream) - Static method in class com.avpkit.core.io.AVPKitIO
Maps an OutputStream to a URL for use by AVPKit.
map(String, RandomAccessFile) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a RandomAccessFile object to a URL for use by AVPKit.
map(String, ByteChannel) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a ByteChannel to a URL for use by AVPKit.
map(String, ReadableByteChannel) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a ReadableByteChannel to a URL for use by AVPKit.
map(String, ReadableByteChannel, WritableByteChannel, boolean, boolean) - Static method in class com.avpkit.core.io.AVPKitIO
Maps an ReadableByteChannel or WritableByteChannel to a URL for use by AVPKit.
map(String, WritableByteChannel) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a WritableByteChannel to a URL for use by AVPKit.
map(ByteChannel) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a ByteChannel to a URL for use by AVPKit.
map(ReadableByteChannel) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a ReadableByteChannel to a URL for use by AVPKit.
map(WritableByteChannel) - Static method in class com.avpkit.core.io.AVPKitIO
Maps a WritableByteChannel to a URL for use by AVPKit.
mapIO(String, IURLProtocolHandler, boolean) - Method in class com.avpkit.core.io.AVPKitIO
Maps the given url or file name to the given IURLProtocolHandler or so that AVPKit calls to open the URL it will call back to the handler.
MEDIACODEC - com.avpkit.core.IPixelFormat.Type
HW decoding through Android MediaCodec
MediaGeneratorAdapter - Class in com.avpkit.mediatool
An implementation of IMediaGenerator.
MediaGeneratorAdapter() - Constructor for class com.avpkit.mediatool.MediaGeneratorAdapter
MediaListenerAdapter - Class in com.avpkit.mediatool
An implementation of IMediaListener that implements all methods as empty methods.
MediaListenerAdapter() - Constructor for class com.avpkit.mediatool.MediaListenerAdapter
Construct an empty MediaListenerAdapter.
MediaToolAdapter - Class in com.avpkit.mediatool
An implementation of IMediaTool that forwards all IMediaListener events to listeners registered with MediaToolAdapter.addListener(IMediaListener).
MediaToolAdapter() - Constructor for class com.avpkit.mediatool.MediaToolAdapter
 
META_DATA - com.avpkit.mediatool.IMediaDebugListener.Event
META_DATA_APPEND - com.avpkit.core.IMetaData.Flags
For {#setValue(String,String,Flags)} append to the existing value in a key (string append).
METADATA_DONT_OVERWRITE - com.avpkit.core.IMetaData.Flags
For {#setValue(String,String,Flags)} do not overwrite existing value -- append another key/value pair.
METADATA_MATCH_CASE - com.avpkit.core.IMetaData.Flags
For {#getValue(String)} case-sensitive match of key.
METADATA_NONE - com.avpkit.core.IMetaData.Flags
For {#getValue(String)} case-insensitive match of key.
MICRO_SECONDS_BETWEEN_FRAMES - Static variable in class com.avpkit.mediatool.demos.DecodeAndCaptureFrames
The number of micro-seconds between frames.
MICROSECONDS - com.avpkit.core.ITimeValue.Unit
Deprecated.
 
MILLISECONDS - com.avpkit.core.ITimeValue.Unit
Deprecated.
 
mImageHeight - Variable in class com.avpkit.core.video.AConverter
The height of the images.
mImageWidth - Variable in class com.avpkit.core.video.AConverter
The width of the images.
MINOR_VERSION - Static variable in class com.avpkit.core.Version
 
MINUTES - com.avpkit.core.ITimeValue.Unit
Deprecated.
 
MMAL - com.avpkit.core.IPixelFormat.Type
HW acceleration though MMAL, data[3] contains a pointer to the
MMAL_BUFFER_HEADER_T structure.
ModifyAudioAndVideo - Class in com.avpkit.mediatool.demos
Read and modify audio and video frames and use the IMediaWriter to encode that media and write it out to a file.
ModifyAudioAndVideo() - Constructor for class com.avpkit.mediatool.demos.ModifyAudioAndVideo
 
MONOBLACK - com.avpkit.core.IPixelFormat.Type
Y , 1bpp, 0 is black, 1 is white, in each byte pixels are ordered from the msb to the lsb
MONOWHITE - com.avpkit.core.IPixelFormat.Type
Y , 1bpp, 0 is white, 1 is black, in each byte pixels are ordered from the msb to the lsb
MovingBalls - Class in com.avpkit.mediatool.demos
An implementation of Balls that moves the balls around in a rectangle, and plays a sound for each ball that changes when it hits a wall.
MovingBalls(int, int, int, int) - Constructor for class com.avpkit.mediatool.demos.MovingBalls
Grow a set of balls.
mPictureHeight - Variable in class com.avpkit.core.video.AConverter
The height of the pictures.
mPictureWidth - Variable in class com.avpkit.core.video.AConverter
The width of the pictures.
mToImageResampler - Variable in class com.avpkit.core.video.AConverter
Re-sampler called when converting picture to image, may be null.
mToPictureResampler - Variable in class com.avpkit.core.video.AConverter
Re-sampler called when converting image to picture, may be null.
multiply(IRational) - Method in class com.avpkit.core.IRational
Multiplies this number by arg
Mutex - Class in com.avpkit.ferry
Internal Only.
Mutex(long, boolean) - Constructor for class com.avpkit.ferry.Mutex
Internal Only.
Mutex(long, boolean, AtomicLong) - Constructor for class com.avpkit.ferry.Mutex
Internal Only.
Mutex_lock(long, Mutex) - Static method in class com.avpkit.ferry.FerryJNI
 
Mutex_make() - Static method in class com.avpkit.ferry.FerryJNI
 
Mutex_SWIGUpcast(long) - Static method in class com.avpkit.ferry.FerryJNI
 
Mutex_unlock(long, Mutex) - Static method in class com.avpkit.ferry.FerryJNI
 
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