public class ExMCIMovie extends RecordContainer
_children
Modifier | Constructor and Description |
---|---|
|
ExMCIMovie()
Create a new ExMCIMovie, with blank fields
|
protected |
ExMCIMovie(byte[] source,
int start,
int len)
Set things up, and find our more interesting children
|
Modifier and Type | Method and Description |
---|---|
ExVideoContainer |
getExVideo()
Returns the ExVideoContainer that specifies information about the MCI movie
|
long |
getRecordType()
We are of type 4103
|
void |
writeOut(OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, handleParentAwareRecords, isAnAtom, moveChildBefore, moveChildrenAfter, moveChildrenBefore, removeChild, setChildRecord, writeOut
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
protected ExMCIMovie(byte[] source, int start, int len)
public ExMCIMovie()
public long getRecordType()
getRecordType
in class Record
public void writeOut(OutputStream out) throws IOException
writeOut
in class Record
IOException
public ExVideoContainer getExVideo()
Copyright © 2020. All rights reserved.