com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class MatroskaVideoTrack

    • Method Detail

      • getFlagInterlaced

        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.

        Returns:
        A flag to declare if the video is known to be progressive or interlaced and if applicable to declare details about the interlacement.
      • getFieldOrder

        public final MatroskaVideoFieldOrder getFieldOrder()

        Gets declare the field ordering of the video. If FlagInterlaced is not set to 1, this Element MUST be ignored.

        Returns:
        Declare the field ordering of the video.
      • getStereoMode

        public final MatroskaVideoStereoMode getStereoMode()

        Gets the stereo-3D video mode.

        Returns:
        The stereo-3D video mode.
      • getAlphaMode

        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.
      • getPixelWidth

        public final long getPixelWidth()

        Gets the width of the encoded video frames in pixels.

        Returns:
        The width of the encoded video frames in pixels.
      • getPixelHeight

        public final long getPixelHeight()

        Gets the height of the encoded video frames in pixels.

        Returns:
        The height of the encoded video frames in pixels.
      • getPixelCropBottom

        public final long getPixelCropBottom()

        Gets the number of video pixels to remove at the bottom of the image.

        Returns:
        The number of video pixels to remove at the bottom of the image.
      • getPixelCropTop

        public final long getPixelCropTop()

        Gets the number of video pixels to remove at the top of the image.

        Returns:
        The number of video pixels to remove at the top of the image.
      • getPixelCropLeft

        public final long getPixelCropLeft()

        Gets the number of video pixels to remove on the left of the image.

        Returns:
        The number of video pixels to remove on the left of the image.
      • getPixelCropRight

        public final long getPixelCropRight()

        Gets the number of video pixels to remove on the right of the image.

        Returns:
        The number of video pixels to remove on the right of the image.
      • getDisplayWidth

        public final Long getDisplayWidth()

        Gets the width of the video frames to display. Applies to the video frame after cropping (PixelCrop* Elements).

        Returns:
        The width of the video frames to display.
      • getDisplayHeight

        public final Long getDisplayHeight()

        Gets the height of the video frames to display. Applies to the video frame after cropping (PixelCrop* Elements).

        Returns:
        The height of the video frames to display.
      • getDisplayUnit

        public final MatroskaVideoDisplayUnit getDisplayUnit()

        Gets the how DisplayWidthand DisplayHeight are interpreted.

        Returns:
        The how DisplayWidthand DisplayHeight are interpreted.