com.flazr.io.f4v
Class MovieInfo

java.lang.Object
  extended by com.flazr.io.f4v.MovieInfo

public class MovieInfo
extends Object


Constructor Summary
MovieInfo(BufferReader in)
           
 
Method Summary
 byte[] getAudioDecoderConfig()
           
 STSD.AudioSD getAudioSampleDescription()
           
 TrackInfo getAudioTrack()
           
 double getDuration()
           
 long getMoovPosition()
           
 List<Sample> getSamples()
           
 List<TrackInfo> getTracks()
           
 byte[] getVideoDecoderConfig()
           
 STSD.VideoSD getVideoSampleDescription()
           
 TrackInfo getVideoTrack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MovieInfo

public MovieInfo(BufferReader in)
Method Detail

getSamples

public List<Sample> getSamples()

getMoovPosition

public long getMoovPosition()

getDuration

public double getDuration()

getTracks

public List<TrackInfo> getTracks()

getVideoTrack

public TrackInfo getVideoTrack()

getVideoDecoderConfig

public byte[] getVideoDecoderConfig()

getVideoSampleDescription

public STSD.VideoSD getVideoSampleDescription()

getAudioTrack

public TrackInfo getAudioTrack()

getAudioDecoderConfig

public byte[] getAudioDecoderConfig()

getAudioSampleDescription

public STSD.AudioSD getAudioSampleDescription()


Copyright © 2011. All Rights Reserved.