net.sf.ext.mediamanager.ebm.matroska
Class MatroskaFile.MatroskaFrame

java.lang.Object
  extended by net.sf.ext.mediamanager.ebm.matroska.MatroskaFile.MatroskaFrame
Enclosing class:
MatroskaFile

public class MatroskaFile.MatroskaFrame
extends java.lang.Object

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

TrackNo

public int TrackNo

Timecode

public long Timecode

Duration

public long Duration

Reference

public long Reference

Data

public byte[] Data
Constructor Detail

MatroskaFile.MatroskaFrame

public MatroskaFile.MatroskaFrame()
MatroskaFrame Default constructor


MatroskaFile.MatroskaFrame

public MatroskaFile.MatroskaFrame(MatroskaFile.MatroskaFrame copy)
MatroskaFrame Copy constructor

Parameters:
copy - MatroskaFrame to copy