AsfVideoStreamProperty

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.AsfBaseStreamProperty

public class AsfVideoStreamProperty extends AsfBaseStreamProperty

Represents Video stream property metadata in the ASF media container.

Learn more

Methods

Method Description
getImageWidth() Gets the width of the encoded image in pixels.
getImageHeight() Gets the height of the encoded image in pixels.
getCompression() Gets the video compression Id.
getBitsPerPixels() Gets the bits per pixels.

getImageWidth()

public final long getImageWidth()

Gets the width of the encoded image in pixels.

Returns: long - The width of the encoded image in pixels.

getImageHeight()

public final long getImageHeight()

Gets the height of the encoded image in pixels.

Returns: long - The height of the encoded image in pixels.

getCompression()

public final long getCompression()

Gets the video compression Id.

Returns: long - The video compression Id.

getBitsPerPixels()

public final long getBitsPerPixels()

Gets the bits per pixels.

Returns: long - The bits per pixels.