Package | Description |
---|---|
org.jaudiotagger.audio.asf.io |
Classes for reading and writing Microsoft Advanced Systems Format files.
|
Modifier and Type | Class and Description |
---|---|
class |
AsfExtHeaderModifier
This modifier manipulates an ASF header extension object.
|
class |
ChunkRemover
This
ChunkModifier implementation is meant to remove selected chunks. |
class |
WriteableChunkModifer
A chunk modifier which works with information provided by
WriteableChunk objects. |
Modifier and Type | Method and Description |
---|---|
void |
AsfStreamer.createModifiedCopy(InputStream source,
OutputStream dest,
List<ChunkModifier> modifiers)
Reads the
source and applies the modifications provided by
the given modifiers , and puts it to dest .Each modifier is used only once, so if one should be used multiple times, it should be added multiple times into the list. |
Constructor and Description |
---|
AsfExtHeaderModifier(List<ChunkModifier> modifiers)
Creates an instance.
|
Copyright © 2005–2020 jthink.net. All rights reserved.