entagged.audioformats.asf.data
Class VideoStreamChunk
java.lang.Object
   entagged.audioformats.asf.data.Chunk
entagged.audioformats.asf.data.Chunk
       entagged.audioformats.asf.data.StreamChunk
entagged.audioformats.asf.data.StreamChunk
           entagged.audioformats.asf.data.VideoStreamChunk
entagged.audioformats.asf.data.VideoStreamChunk
- public class VideoStreamChunk 
- extends StreamChunk
- Author:
- Christian Laireiter
 
 
 
 
 
 
 
VideoStreamChunk
public VideoStreamChunk(long pos,
                        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 String getCodecIdAsString()
- Returns the getCodecId(), as a String, where each byte has been
 converted to achar.
 
- 
- Returns:
- Codec Id as String.
 
getPictureHeight
public long getPictureHeight()
- 
- Returns:
- Returns the pictureHeight.
 
getPictureWidth
public long getPictureWidth()
- 
- Returns:
- Returns the pictureWidth.
 
prettyPrint
public String prettyPrint()
- (overridden)
 
- 
- Overrides:
- prettyPrintin class- StreamChunk
 
- 
- Returns:
- Information of current Chunk Object.
- See Also:
- 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-
 
Copyright © 2007-2008. All Rights Reserved.