Package | Description |
---|---|
org.monte.media.avi |
Provides media handlers for the AVI file format.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractAVIStream.AVIMediaType |
AbstractAVIStream.Track.mediaType
mediaType.fccType contains a FOURCC that specifies the type
of the data contained in the stream. |
Modifier and Type | Method and Description |
---|---|
static AbstractAVIStream.AVIMediaType |
AbstractAVIStream.AVIMediaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractAVIStream.AVIMediaType[] |
AbstractAVIStream.AVIMediaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Track(int trackIndex,
AbstractAVIStream.AVIMediaType mediaType,
int fourCC) |