|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
entagged.audioformats.asf.data
Class VideoStreamChunk
java.lang.Objectentagged.audioformats.asf.data.Chunk
entagged.audioformats.asf.data.StreamChunk
entagged.audioformats.asf.data.VideoStreamChunk
public class VideoStreamChunk
- extends StreamChunk
| Field Summary |
|---|
| Fields inherited from class entagged.audioformats.asf.data.Chunk |
|---|
chunkLength, guid, position |
| Constructor Summary | |
|---|---|
VideoStreamChunk(long pos,
BigInteger chunkLen)
Creates an instance. |
|
| Method Summary | |
|---|---|
long |
getPictureHeight()
|
long |
getPictureWidth()
|
String |
prettyPrint()
(overridden) |
void |
setPictureHeight(long picHeight)
|
void |
setPictureWidth(long picWidth)
|
| Methods inherited from class entagged.audioformats.asf.data.StreamChunk |
|---|
getStreamNumber, getStreamSpecificDataSize, getTimeOffset, getTypeSpecificDataSize, isContentEncrypted, setContentEncrypted, setStreamNumber, setStreamSpecificDataSize, setTimeOffset, setTypeSpecificDataSize |
| Methods inherited from class entagged.audioformats.asf.data.Chunk |
|---|
getChunckEnd, getChunkLength, getGuid, getPosition, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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)
| Method Detail |
|---|
getPictureHeight
public long getPictureHeight()
- Returns:
- Returns the pictureHeight.
getPictureWidth
public long getPictureWidth()
- Returns:
- Returns the pictureWidth.
prettyPrint
public String prettyPrint()
- (overridden)
- Overrides:
prettyPrintin classStreamChunk
- Returns:
- Information of current Chunk Object.
- See Also:
StreamChunk.prettyPrint()
setPictureHeight
public void setPictureHeight(long picHeight)
- Parameters:
picHeight-
setPictureWidth
public void setPictureWidth(long picWidth)
- Parameters:
picWidth-
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2007-2011 shredzone.org. All Rights Reserved.
