public class AsfVideoStreamProperty extends AsfBaseStreamProperty
Represents Video stream property metadata in the ASF media container.
Learn more
| Modifier and Type | Method and Description |
|---|---|
long |
getBitsPerPixels()
Gets the bits per pixels.
|
long |
getCompression()
Gets the video compression Id.
|
long |
getImageHeight()
Gets the height of the encoded image in pixels.
|
long |
getImageWidth()
Gets the width of the encoded image in pixels.
|
getAlternateBitrate, getAverageBitrate, getAverageTimePerFrame, getBitrate, getEndTime, getFlags, getLanguage, getStartTime, getStreamNumber, getStreamTypeaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final long getBitsPerPixels()
Gets the bits per pixels.
public final long getCompression()
Gets the video compression Id.
public final long getImageHeight()
Gets the height of the encoded image in pixels.
public final long getImageWidth()
Gets the width of the encoded image in pixels.
Copyright © 2025. All rights reserved.