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

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

public class MpegPresentation
extends java.lang.Object

Author:
kulikov, amit bhayani

Constructor Summary
MpegPresentation(java.net.URL url)
           
 
Method Summary
 void close()
           
 org.mobicents.media.Format getAudioForamt()
           
 AudioTrack getAudioTrack()
           
 org.mobicents.media.Format getVideFormat()
           
 VideoTrack getVideoTrack()
           
 void prepareTracks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MpegPresentation

public MpegPresentation(java.net.URL url)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getAudioTrack

public AudioTrack getAudioTrack()

getVideoTrack

public VideoTrack getVideoTrack()

getAudioForamt

public org.mobicents.media.Format getAudioForamt()

getVideFormat

public org.mobicents.media.Format getVideFormat()

prepareTracks

public void prepareTracks()

close

public void close()


Copyright © 2010. All Rights Reserved.