Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
static MatroskaVideoFlagInterlaced |
MatroskaVideoFlagInterlaced.getByRawValue(int rawValue) |
MatroskaVideoFlagInterlaced |
MatroskaVideoTrack.getFlagInterlaced()
Gets a flag to declare if the video is known to be progressive or interlaced and if applicable to declare details about the interlacement.
|
static MatroskaVideoFlagInterlaced |
MatroskaVideoFlagInterlaced.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatroskaVideoFlagInterlaced[] |
MatroskaVideoFlagInterlaced.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|