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
N
- NANO_SECONDS_BETWEEN_FRAMES - Static variable in class com.avpkit.core.demos.DecodeAndCaptureFrames
-
The number of nano-seconds between frames.
- NANOSECONDS - com.avpkit.core.ITimeValue.Unit
-
Deprecated.
- NATIVE_BUFFERS - com.avpkit.ferry.JNIMemoryManager.MemoryModel
-
Large memory blocks are allocated in native memory, completely bypassing the Java heap.
- NATIVE_BUFFERS_WITH_STANDARD_HEAP_NOTIFICATION - com.avpkit.ferry.JNIMemoryManager.MemoryModel
-
Large memory blocks are allocated in native memory, completely bypassing the Java heap, but Java is informed of the allocation by briefly creating (and immediately releasing) a Java standard heap byte[] array of the same size.
- NativeLogger - Class in com.avpkit.ferry
-
Internal Only.
- NB - com.avpkit.core.IPixelFormat.Type
-
number of pixel formats, DO NOT USE THIS if you want to link with shared libav* because the number of formats might differ between versions
- negative(IRational) - Static method in class com.avpkit.core.IRational
-
Is this number not null and negative.
- new_AtomicInteger__SWIG_0() - Static method in class com.avpkit.ferry.FerryJNI
- new_AtomicInteger__SWIG_1(int) - Static method in class com.avpkit.ferry.FerryJNI
- NO_PTS - Static variable in class com.avpkit.core.Global
-
A value that means no time stamp is set for a given object.
if the {IMediaData#getTimeStamp()} method of an
object returns this value it means the time stamp wasn't set. - NONE - com.avpkit.core.IPixelFormat.Type
- NONE - com.avpkit.mediatool.IMediaDebugListener.Event
-
No events
- noop() - Static method in class com.avpkit.core.AVPKitJNI
- NOTHING - com.avpkit.mediatool.IMediaDebugListener.Mode
-
log no events
- NULL_PROTOCOL - Static variable in class com.avpkit.core.io.URLProtocolManager
- NullProtocolHandler - Class in com.avpkit.core.io
-
The NullProtocolHandler implements
IURLProtocolHandler, but discards any data written and always returns 0 for reading. - NullProtocolHandlerFactory - Class in com.avpkit.core.io
-
Returns a new NullProtocolHandler factory.
- NullProtocolHandlerFactory() - Constructor for class com.avpkit.core.io.NullProtocolHandlerFactory
- NV12 - com.avpkit.core.IPixelFormat.Type
-
planar YUV 4:2:0, 12bpp, 1 plane for Y and 1 plane for the UV components, which are interleaved (first byte U and the following byte V)
- NV16 - com.avpkit.core.IPixelFormat.Type
-
interleaved chroma YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
- NV20BE - com.avpkit.core.IPixelFormat.Type
-
interleaved chroma YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian
- NV20LE - com.avpkit.core.IPixelFormat.Type
-
interleaved chroma YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian
- NV21 - com.avpkit.core.IPixelFormat.Type
-
as above, but U and V bytes are swapped
- NV24 - com.avpkit.core.IPixelFormat.Type
-
planar YUV 4:4:4, 24bpp, 1 plane for Y and 1 plane for the UV components, which are interleaved (first byte U and the following byte V)
- NV42 - com.avpkit.core.IPixelFormat.Type
-
as above, but U and V bytes are swapped
All Classes All Packages