com.googlecode.mp4parser.authoring.tracks
Class EC3TrackImpl.BitStreamInfo

java.lang.Object
  extended by com.googlecode.mp4parser.boxes.EC3SpecificBox.Entry
      extended by com.googlecode.mp4parser.authoring.tracks.EC3TrackImpl.BitStreamInfo
Enclosing class:
EC3TrackImpl

public static class EC3TrackImpl.BitStreamInfo
extends EC3SpecificBox.Entry


Field Summary
 int bitrate
           
 int chanmap
           
 int frameSize
           
 int samplerate
           
 int strmtyp
           
 int substreamid
           
 
Fields inherited from class com.googlecode.mp4parser.boxes.EC3SpecificBox.Entry
acmod, bsid, bsmod, chan_loc, fscod, lfeon, num_dep_sub, reserved, reserved2
 
Constructor Summary
EC3TrackImpl.BitStreamInfo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

frameSize

public int frameSize

substreamid

public int substreamid

bitrate

public int bitrate

samplerate

public int samplerate

strmtyp

public int strmtyp

chanmap

public int chanmap
Constructor Detail

EC3TrackImpl.BitStreamInfo

public EC3TrackImpl.BitStreamInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class EC3SpecificBox.Entry


Copyright © 2012. All Rights Reserved.