|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ext.mediamanager.ebm.matroska.MatroskaFile.MatroskaFrame
public class MatroskaFile.MatroskaFrame
Matroska Frame, holds a Matroska frame timecode, duration, and Data
Field Summary | |
---|---|
byte[] |
Data
|
long |
Duration
|
long |
Reference
|
long |
Timecode
|
int |
TrackNo
|
Constructor Summary | |
---|---|
MatroskaFile.MatroskaFrame()
MatroskaFrame Default constructor |
|
MatroskaFile.MatroskaFrame(MatroskaFile.MatroskaFrame copy)
MatroskaFrame Copy constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int TrackNo
public long Timecode
public long Duration
public long Reference
public byte[] Data
Constructor Detail |
---|
public MatroskaFile.MatroskaFrame()
public MatroskaFile.MatroskaFrame(MatroskaFile.MatroskaFrame copy)
copy
- MatroskaFrame to copy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |