Uses of Enum Class
org.monte.media.avi.AbstractAVIStream.AVIMediaType
Packages that use AbstractAVIStream.AVIMediaType
-
Uses of AbstractAVIStream.AVIMediaType in org.monte.media.avi
Fields in org.monte.media.avi declared as AbstractAVIStream.AVIMediaTypeModifier and TypeFieldDescriptionAbstractAVIStream.Track.mediaTypemediaType.fccTypecontains a FOURCC that specifies the type of the data contained in the stream.Methods in org.monte.media.avi that return AbstractAVIStream.AVIMediaTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AbstractAVIStream.AVIMediaType[]AbstractAVIStream.AVIMediaType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.monte.media.avi with parameters of type AbstractAVIStream.AVIMediaTypeModifierConstructorDescriptionTrack(int trackIndex, AbstractAVIStream.AVIMediaType mediaType, int fourCC)