org.jaudiotagger.audio.asf.data
Class VideoStreamChunk
java.lang.Object
org.jaudiotagger.audio.asf.data.Chunk
org.jaudiotagger.audio.asf.data.StreamChunk
org.jaudiotagger.audio.asf.data.VideoStreamChunk
public class VideoStreamChunk
- extends StreamChunk
- Author:
- Christian Laireiter
Constructor Summary |
VideoStreamChunk(long pos,
java.math.BigInteger chunkLen)
Creates an instance. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VideoStreamChunk
public VideoStreamChunk(long pos,
java.math.BigInteger chunkLen)
- Creates an instance.
- Parameters:
pos
- Position of the current chunk in the asf file or stream.chunkLen
- Length of the entire chunk (including guid and size)
getCodecId
public byte[] getCodecId()
- Returns:
- Returns the codecId.
getCodecIdAsString
public java.lang.String getCodecIdAsString()
- Returns the
getCodecId()
, as a String, where each byte has been
converted to a char
.
- Returns:
- Codec Id as String.
getPictureHeight
public long getPictureHeight()
- Returns:
- Returns the pictureHeight.
getPictureWidth
public long getPictureWidth()
- Returns:
- Returns the pictureWidth.
prettyPrint
public java.lang.String prettyPrint()
- (overridden)
- Overrides:
prettyPrint
in class StreamChunk
- Returns:
- Information of current Chunk Object.
- See Also:
entagged.audioformats.asf.data.StreamChunk#prettyPrint()
setCodecId
public void setCodecId(byte[] codecId)
- Parameters:
codecId
- The codecId to set.
setPictureHeight
public void setPictureHeight(long picHeight)
- Parameters:
picHeight
-
setPictureWidth
public void setPictureWidth(long picWidth)
- Parameters:
picWidth
-