org.mobicents.media.server.impl.resource.mediaplayer.mpeg
Class RTPSampleConstructor

java.lang.Object
  extended by org.mobicents.media.server.impl.resource.mediaplayer.mpeg.RTPConstructor
      extended by org.mobicents.media.server.impl.resource.mediaplayer.mpeg.RTPSampleConstructor

public class RTPSampleConstructor
extends RTPConstructor

Author:
amit bhayani

Field Summary
static int TYPE
           
 
Constructor Summary
RTPSampleConstructor()
           
 
Method Summary
 int getBytesPerBlock()
           
 int getLength()
           
 long getSampleNumber()
           
 long getSampleOffSet()
           
 int getSamplesPerBlock()
           
 int getTrackRefIndex()
           
 int load(java.io.RandomAccessFile raAccFile)
           
 
Methods inherited from class org.mobicents.media.server.impl.resource.mediaplayer.mpeg.RTPConstructor
getConstructorType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final int TYPE
See Also:
Constant Field Values
Constructor Detail

RTPSampleConstructor

public RTPSampleConstructor()
Method Detail

load

public int load(java.io.RandomAccessFile raAccFile)
         throws java.io.IOException
Specified by:
load in class RTPConstructor
Throws:
java.io.IOException

getTrackRefIndex

public int getTrackRefIndex()

getLength

public int getLength()

getSampleNumber

public long getSampleNumber()

getSampleOffSet

public long getSampleOffSet()

getBytesPerBlock

public int getBytesPerBlock()

getSamplesPerBlock

public int getSamplesPerBlock()


Copyright © 2010. All Rights Reserved.