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, getStreamType
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 long getImageWidth()
Gets the width of the encoded image in pixels.
public final long getImageHeight()
Gets the height of the encoded image in pixels.
public final long getCompression()
Gets the video compression Id.
public final long getBitsPerPixels()
Gets the bits per pixels.