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

D

D3D11 - com.avpkit.core.IPixelFormat.Type
Hardware surfaces for Direct3D11.

This is preferred over the legacy D3D11VA_VLD.
D3D11VA_VLD - com.avpkit.core.IPixelFormat.Type
HW decoding through Direct3D11 via old API, Picture.data[3] contains a ID3D11VideoDecoderOutputView pointer
DATA - com.avpkit.mediatool.IMediaDebugListener.Event
DataInputOutputHandler - Class in com.avpkit.core.io
Implementation of URLProtocolHandler that can read from DataInput objects or write to DataOutput objects.
DataInputOutputHandler(DataInput) - Constructor for class com.avpkit.core.io.DataInputOutputHandler
Create a handler that can only be opened for reading.
DataInputOutputHandler(DataInput, DataOutput, boolean) - Constructor for class com.avpkit.core.io.DataInputOutputHandler
Creates a new handler.
DataInputOutputHandler(DataOutput) - Constructor for class com.avpkit.core.io.DataInputOutputHandler
Create a handler that can only be opened for writing.
DataInputOutputHandler(RandomAccessFile) - Constructor for class com.avpkit.core.io.DataInputOutputHandler
Create a handler that can only be opened for reading, writing and seeking.
DAYS - com.avpkit.core.ITimeValue.Unit
Deprecated.
 
debug(String, int, String) - Method in class com.avpkit.ferry.Logger
 
DecodeAndCaptureFrames - Class in com.avpkit.core.demos
Takes a media container, finds the first video stream, decodes that stream, and then writes video frames at some interval based on the video presentation time stamps.
DecodeAndCaptureFrames - Class in com.avpkit.mediatool.demos
Using IMediaReader, takes a media container, finds the first video stream, decodes that stream, and then writes video frames out to a PNG image file every 5 seconds, based on the video presentation timestamps.
DecodeAndCaptureFrames() - Constructor for class com.avpkit.core.demos.DecodeAndCaptureFrames
 
DecodeAndCaptureFrames(String) - Constructor for class com.avpkit.mediatool.demos.DecodeAndCaptureFrames
Construct a DecodeAndCaptureFrames which reads and captures frames from a video file.
DecodeAndPlayAudio - Class in com.avpkit.core.demos
Takes a media container, finds the first audio stream, decodes that stream, and then plays it on the default system device.
DecodeAndPlayAudio - Class in com.avpkit.mediatool.demos
Using IMediaReader, takes a media container, finds the first audio stream, decodes that stream, and plays the audio on your speakers.
DecodeAndPlayAudio() - Constructor for class com.avpkit.core.demos.DecodeAndPlayAudio
 
DecodeAndPlayAudio() - Constructor for class com.avpkit.mediatool.demos.DecodeAndPlayAudio
 
DecodeAndPlayAudioAndVideo - Class in com.avpkit.core.demos
Takes a media container, finds the first video stream, decodes that stream, and then plays the audio and video.
DecodeAndPlayAudioAndVideo - Class in com.avpkit.mediatool.demos
Using IMediaReader, takes a media container, finds the first video stream, decodes that stream, and then plays the audio and video.
DecodeAndPlayAudioAndVideo() - Constructor for class com.avpkit.core.demos.DecodeAndPlayAudioAndVideo
 
DecodeAndPlayAudioAndVideo() - Constructor for class com.avpkit.mediatool.demos.DecodeAndPlayAudioAndVideo
 
DecodeAndPlayVideo - Class in com.avpkit.core.demos
Takes a media container, finds the first video stream, decodes that stream, and then displays the video frames, at the frame-rate specified by the container, on a window.
DecodeAndPlayVideo - Class in com.avpkit.mediatool.demos
Using IMediaReader, takes a media container, finds the first video stream, decodes that stream, and plays the video.
DecodeAndPlayVideo() - Constructor for class com.avpkit.core.demos.DecodeAndPlayVideo
 
DecodeAndPlayVideo() - Constructor for class com.avpkit.mediatool.demos.DecodeAndPlayVideo
 
decodeAudio(IAudioSamples, IPacket, int) - Method in class com.avpkit.core.IStreamCoder
Decode this packet into pOutSamples.
decodeVideo(IVideoPicture, IPacket, int) - Method in class com.avpkit.core.IStreamCoder
Decode this packet into pOutFrame.

The caller is responsible for allocating the
IVideoPicture object.
DECODING - com.avpkit.core.IStreamCoder.Direction
 
decrementAndGet() - Method in class com.avpkit.ferry.AtomicInteger
 
DEFAULT_PROTOCOL - Static variable in class com.avpkit.core.io.AVPKitIO
The default protocol string that this factory uses ( "avpkit").
DEFAULT_PROTOCOL - Static variable in class com.avpkit.core.io.URLProtocolManager
 
DEFAULT_PTS_PER_SECOND - Static variable in class com.avpkit.core.Global
The default time units per second that we use for decoded
{IAudioSamples} and {IVideoPicture} objects.
DEFAULT_TIME_STAMP_FORMAT - Static variable in class com.avpkit.core.IMediaData
The default time stamp format.
DEFAULT_TIME_UNIT - Static variable in class com.avpkit.core.Global
The default unit of time that IAudioSamples and IVideoPicture time stamps are represented in.
DEFAULT_TYPE - com.avpkit.core.IVideoPicture.PictType
 
defaultPtsToSamples(long, int) - Static method in class com.avpkit.core.IAudioSamples
Converts a duration in microseconds into
a number of samples, assuming a given sampleRate.
DefaultTempFileCreator() - Constructor for class com.avpkit.ferry.ITempFileCreator.DefaultTempFileCreator
 
defineOptions() - Method in class com.avpkit.core.Converter
Define all the command line options this program can take.
delete() - Method in class com.avpkit.core.IMediaData
Releases this instance of IMediaData and frees any underlying native memory.
delete() - Method in class com.avpkit.core.video.ArgbConverter
 
delete() - Method in class com.avpkit.core.video.BgrConverter
 
delete() - Method in interface com.avpkit.core.video.IConverter
Release any resources used by this converter.
delete() - Method in class com.avpkit.ferry.AtomicInteger
Releases any underlying native memory and marks this object as invalid.
delete() - Method in class com.avpkit.ferry.IBuffer
Releases ths instance of IBuffer and frees any underlying native memory.
delete() - Method in class com.avpkit.ferry.JNIReference
Explicitly deletes the underlying native storage used by the object this object references.
delete() - Method in class com.avpkit.ferry.Logger
Releases any underlying native memory and marks this object as invalid.
delete() - Method in class com.avpkit.ferry.RefCounted
Releases any underlying native memory and marks this object as invalid.
delete_AtomicInteger(long) - Static method in class com.avpkit.ferry.FerryJNI
 
delete_IFilterChain(long) - Static method in class com.avpkit.core.AVPKitJNI
 
delete_Logger(long) - Static method in class com.avpkit.ferry.FerryJNI
 
DISABLED - com.avpkit.mediatool.IMediaViewer.Mode
Play neither audio or video, also disables statistics.
DisplayWebcamVideo - Class in com.avpkit.core.demos
Takes a FFMPEG device driver name (ex: "video4linux2"), and a device name (ex: /dev/video0), and displays video from that device.
DisplayWebcamVideo - Class in com.avpkit.mediatool.demos
Using IMediaReader, takes a FFMPEG device driver name (ex: "video4linux2"), and a device name (ex: /dev/video0), and displays video from that device.
DisplayWebcamVideo() - Constructor for class com.avpkit.core.demos.DisplayWebcamVideo
 
DisplayWebcamVideo(String, String) - Constructor for class com.avpkit.mediatool.demos.DisplayWebcamVideo
Construct a DisplayWebcamVideo which reads and plays a video from an attached webcam.
divide(IRational) - Method in class com.avpkit.core.IRational
Divides this rational by arg.
DRM_PRIME - com.avpkit.core.IPixelFormat.Type
DRM-managed buffers exposed through PRIME buffer sharing.

data[0] points to an AVDRMFrameDescriptor.
dumpMemoryLog() - Method in class com.avpkit.ferry.JNIMemoryManager
Dump the contents of our memory cache to the log.
DXVA2_VLD - com.avpkit.core.IPixelFormat.Type
HW decoding through DXVA2, Picture.data[3] contains a LPDIRECT3DSURFACE9 pointer
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