public class MatroskaVideoTrack extends MatroskaTrack
Represents video metadata in a Matroska video.
Learn more
Modifier and Type | Method and Description |
---|---|
Long |
getAlphaMode()
Gets the alpha Video Mode.
|
Long |
getDisplayHeight()
Gets the height of the video frames to display.
|
MatroskaVideoDisplayUnit |
getDisplayUnit()
Gets the how
DisplayWidth and DisplayHeight are interpreted. |
Long |
getDisplayWidth()
Gets the width of the video frames to display.
|
MatroskaVideoFieldOrder |
getFieldOrder()
Gets declare the field ordering of the video.
|
MatroskaVideoFlagInterlaced |
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.
|
long |
getPixelCropBottom()
Gets the number of video pixels to remove at the bottom of the image.
|
long |
getPixelCropLeft()
Gets the number of video pixels to remove on the left of the image.
|
long |
getPixelCropRight()
Gets the number of video pixels to remove on the right of the image.
|
long |
getPixelCropTop()
Gets the number of video pixels to remove at the top of the image.
|
long |
getPixelHeight()
Gets the height of the encoded video frames in pixels.
|
long |
getPixelWidth()
Gets the width of the encoded video frames in pixels.
|
MatroskaVideoStereoMode |
getStereoMode()
Gets the stereo-3D video mode.
|
getCodecID, getCodecName, getDefaultDuration, getFlagEnabled, getLanguage, getLanguageIetf, getName, getTrackNumber, getTrackType, getTrackUid
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final MatroskaVideoFlagInterlaced 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.
public final MatroskaVideoFieldOrder getFieldOrder()
Gets declare the field ordering of the video. If FlagInterlaced is not set to 1, this Element MUST be ignored.
public final MatroskaVideoStereoMode getStereoMode()
Gets the stereo-3D video mode.
public final Long getAlphaMode()
Gets the alpha Video Mode. Presence of this Element indicates that the BlockAdditional Element could contain Alpha data.
Value: The alpha Video Mode.public final long getPixelWidth()
Gets the width of the encoded video frames in pixels.
public final long getPixelHeight()
Gets the height of the encoded video frames in pixels.
public final long getPixelCropBottom()
Gets the number of video pixels to remove at the bottom of the image.
public final long getPixelCropTop()
Gets the number of video pixels to remove at the top of the image.
public final long getPixelCropLeft()
Gets the number of video pixels to remove on the left of the image.
public final long getPixelCropRight()
Gets the number of video pixels to remove on the right of the image.
public final Long getDisplayWidth()
Gets the width of the video frames to display. Applies to the video frame after cropping (PixelCrop* Elements).
public final Long getDisplayHeight()
Gets the height of the video frames to display. Applies to the video frame after cropping (PixelCrop* Elements).
public final MatroskaVideoDisplayUnit getDisplayUnit()
Gets the how DisplayWidth
and DisplayHeight
are interpreted.
DisplayWidth
and DisplayHeight
are interpreted.