public class AsfVideoStreamProperty extends AsfBaseStreamProperty
Represents Video stream property metadata in DocumentType.Asf
media container.
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
getByType, getKeys, getMetadataType, iterator, readByStringKey
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.
Copyright © 2019. All rights reserved.