|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Chunk | |
|---|---|
| entagged.audioformats.asf.data | |
| entagged.audioformats.asf.io | |
| Uses of Chunk in entagged.audioformats.asf.data |
|---|
| Subclasses of Chunk in entagged.audioformats.asf.data | |
|---|---|
class |
AsfHeader
Each asf file starts with a so called header. |
class |
AudioStreamChunk
This class represents the streamchunk describing an audio stream. |
class |
ContentDescription
This class represents the data of a chunk which contains title, author, copyright, description and the rating of the file. |
class |
EncodingChunk
This class was intended to store the data of a chunk which contained the encoding parameters in textual form. |
class |
ExtendedContentDescription
This structure represents the data of a chunk, wich contains extended content description. |
class |
FileHeader
This class stores the information about the file, which is contained within a special chunk of asf files. |
class |
StreamBitratePropertiesChunk
This class represents the "Stream Bitrate Properties" chunk of an asf media file. |
class |
StreamChunk
This class is the base for all handled stream contents. |
class |
VideoStreamChunk
|
| Methods in entagged.audioformats.asf.data that return Chunk | |
|---|---|
Chunk |
AsfHeader.getUnspecifiedChunk(int index)
This method returns the unspecified chunk at given position. |
| Methods in entagged.audioformats.asf.data with parameters of type Chunk | |
|---|---|
void |
AsfHeader.addUnspecifiedChunk(Chunk toAppend)
This method appends the given chunk to the unspecifiedlist. |
| Uses of Chunk in entagged.audioformats.asf.io |
|---|
| Methods in entagged.audioformats.asf.io that return Chunk | |
|---|---|
static Chunk |
ChunkHeaderReader.readChunckHeader(RandomAccessFile input)
Interprets current data as a header of a chunk. |
| Methods in entagged.audioformats.asf.io with parameters of type Chunk | |
|---|---|
static StreamBitratePropertiesChunk |
StreamBitratePropertiesReader.read(RandomAccessFile raf,
Chunk candidate)
This reads the current data and interprets it as an "stream bitrate properties" chunk. |
static ContentDescription |
ContentDescriptionReader.read(RandomAccessFile raf,
Chunk candidate)
Creates and fills a ContentDescriptionfrom given
file. |
static EncodingChunk |
EncodingChunkReader.read(RandomAccessFile raf,
Chunk candidate)
This reads the current data and interprets it as an encoding chunk. |
static StreamChunk |
StreamChunkReader.read(RandomAccessFile raf,
Chunk candidate)
Reads audio and video stream information. |
static FileHeader |
FileHeaderReader.read(RandomAccessFile raf,
Chunk candidate)
Creates and fills a FileHeaderfrom given file. |
static ExtendedContentDescription |
ExtContentDescReader.read(RandomAccessFile raf,
Chunk candidate)
Reads the current chunk if it is a matching one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||