|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamChunk | |
---|---|
entagged.audioformats.asf.data | |
entagged.audioformats.asf.io |
Uses of StreamChunk in entagged.audioformats.asf.data |
---|
Subclasses of StreamChunk in entagged.audioformats.asf.data | |
---|---|
class |
AudioStreamChunk
This class represents the streamchunk describing an audio stream. |
class |
VideoStreamChunk
|
Methods in entagged.audioformats.asf.data that return StreamChunk | |
---|---|
StreamChunk |
AsfHeader.getStreamChunk(int index)
This method returns the StreamChunk at given index. |
Methods in entagged.audioformats.asf.data with parameters of type StreamChunk | |
---|---|
void |
AsfHeader.addStreamChunk(StreamChunk toAdd)
This method appends a StreamChunk to the header. |
Uses of StreamChunk in entagged.audioformats.asf.io |
---|
Methods in entagged.audioformats.asf.io that return StreamChunk | |
---|---|
static StreamChunk |
StreamChunkReader.read(RandomAccessFile raf,
Chunk candidate)
Reads audio and video stream information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |