AsfVideoStreamProperty
Leave feedback
On this page
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
| 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. |
public final long getImageWidth()
Gets the width of the encoded image in pixels.
Returns: long - The width of the encoded image in pixels.
public final long getImageHeight()
Gets the height of the encoded image in pixels.
Returns: long - The height of the encoded image in pixels.
public final long getCompression()
Gets the video compression Id.
Returns: long - The video compression Id.
public final long getBitsPerPixels()
Gets the bits per pixels.
Returns: long - The bits per pixels.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.