|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.monte.media.avi.AbstractAVIStream.Sample
protected static class AbstractAVIStream.Sample
AVI stores media data in sample chunks. A sample chunk may contain one or more media samples. A media sample is a single element in a sequence of time-ordered data.
| Constructor Summary | |
|---|---|
AbstractAVIStream.Sample(java.lang.String chunkId,
int duration,
long offset,
long length,
boolean isSync)
Creates a new sample. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAVIStream.Sample(java.lang.String chunkId,
int duration,
long offset,
long length,
boolean isSync)
duration - The number of media samples contained in the sample
chunk.offset - The offset in the AVI stream.length - The length in the AVI stream.
|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||