A Matroska file. More...
Public Member Functions | |
File () | |
Initializes a new instance of the fm.liveswitch.matroska.File class. More... | |
File (byte[] bytes) | |
Initializes a new instance of the fm.liveswitch.matroska.File class. More... | |
byte[] | getBytes () |
Serializes to a byte array. More... | |
fm.liveswitch.matroska.Ebml | getEbml () |
Gets the EBML element. More... | |
fm.liveswitch.matroska.Segment | getSegment () |
Gets the segment element. More... | |
void | merge (fm.liveswitch.matroska.File file) |
Merges another fm.liveswitch.matroska.File into this one. More... | |
void | setEbml (fm.liveswitch.matroska.Ebml value) |
Sets the EBML element. More... | |
void | setSegment (fm.liveswitch.matroska.Segment value) |
Sets the segment element. More... | |
A Matroska file.
fm.liveswitch.matroska.File.File | ( | ) |
Initializes a new instance of the fm.liveswitch.matroska.File class.
fm.liveswitch.matroska.File.File | ( | byte[] | bytes | ) |
Initializes a new instance of the fm.liveswitch.matroska.File class.
bytes | The bytes. |
byte [] fm.liveswitch.matroska.File.getBytes | ( | ) |
Serializes to a byte array.
fm.liveswitch.matroska.Ebml fm.liveswitch.matroska.File.getEbml | ( | ) |
Gets the EBML element.
fm.liveswitch.matroska.Segment fm.liveswitch.matroska.File.getSegment | ( | ) |
Gets the segment element.
void fm.liveswitch.matroska.File.merge | ( | fm.liveswitch.matroska.File | file | ) |
Merges another fm.liveswitch.matroska.File into this one.
file | The fm.liveswitch.matroska.File. |
void fm.liveswitch.matroska.File.setEbml | ( | fm.liveswitch.matroska.Ebml | value | ) |
Sets the EBML element.
void fm.liveswitch.matroska.File.setSegment | ( | fm.liveswitch.matroska.Segment | value | ) |
Sets the segment element.