Uses of Class
org.monte.media.av.Buffer
Packages that use Buffer
Package
Description
Defines an API for audio and video processing, and provides base implementations.
Provides base classes for audio codecs.
Provides time processing codecs.
Provides base classes for video codecs, and common video codecs.
Provides media handlers for the AVI file format.
Provides AVI-specific video codecs.
Provides abstractions for image sequences represented by folders
with image files.
Provides classes for processing QuickTime files.
Provides QuickTime-specific video codecs.
-
Uses of Buffer in org.monte.media.av
Methods in org.monte.media.av with parameters of type BufferModifier and TypeMethodDescriptionintPerforms the media processing defined by this codec.intvoidReads the next sample chunk from the specified track.voidReads a sample from the input stream.intSetsdata,offset,lengthandheaderof this buffer to that buffer.voidSets all variables of this buffer to that buffer except fordata,offset,lengthandheader.voidWrites a sample into the specified track.voidWrites a sample. -
Uses of Buffer in org.monte.media.av.codec.audio
Methods in org.monte.media.av.codec.audio with parameters of type Buffer -
Uses of Buffer in org.monte.media.av.codec.time
Methods in org.monte.media.av.codec.time with parameters of type Buffer -
Uses of Buffer in org.monte.media.av.codec.video
Methods in org.monte.media.av.codec.video with parameters of type BufferModifier and TypeMethodDescriptionintintintintintintprotected int[]Gets 32-bit ARGB pixels from a buffer.protected BufferedImageAbstractVideoCodec.getBufferedImage(Buffer buf) Gets a buffered image from a buffer.protected ColorModelAbstractVideoCodec.getColorModel(Buffer buf) protected byte[]AbstractVideoCodec.getIndexed8(Buffer buf) Gets 8-bit indexed pixels from a buffer.protected short[]Gets 15-bit RGB pixels from a buffer.protected short[]Gets 16-bit RGB-5-6-5 pixels from a buffer.protected int[]Gets 24-bit RGB pixels from a buffer.intintintintintintint -
Uses of Buffer in org.monte.media.avi
Fields in org.monte.media.avi declared as BufferModifier and TypeFieldDescriptionAbstractAVIStream.Track.inputBufferThe input buffer is used when one of the convenience methods without a Buffer parameter is used.AbstractAVIStream.Track.outputBufferThe output buffer is used to store the output of the codec.Methods in org.monte.media.avi with parameters of type Buffer -
Uses of Buffer in org.monte.media.avi.codec.video
Methods in org.monte.media.avi.codec.video with parameters of type BufferModifier and TypeMethodDescriptionintintintintintint -
Uses of Buffer in org.monte.media.imgseq
Methods in org.monte.media.imgseq with parameters of type Buffer -
Uses of Buffer in org.monte.media.quicktime
Fields in org.monte.media.quicktime declared as BufferModifier and TypeFieldDescriptionprotected BufferAbstractQuickTimeStream.Track.inputBufferprotected BufferAbstractQuickTimeStream.Track.outputBufferMethods in org.monte.media.quicktime with parameters of type Buffer -
Uses of Buffer in org.monte.media.quicktime.codec.video
Methods in org.monte.media.quicktime.codec.video with parameters of type Buffer