quicktime.std.sg
Class SGChannelInfo

java.lang.Object
  |
  +--quicktime.std.sg.SGChannelInfo

public class SGChannelInfo
extends java.lang.Object

The SGChannelInfo class contains information about the reference information of a media sample.


Field Summary
 int mCompressionType
          Format of Channel data, e.g 'raw', 'MAC3', 'MAC6'.
 int mNumChannels
          Number of Channels 1-for Mono, 2 for Stereo.
 int mSampleSize
          The sample's size, eg returns 8 for 8 bit, 16 for 16 bit.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mSampleSize

public int mSampleSize
The sample's size, eg returns 8 for 8 bit, 16 for 16 bit.

mNumChannels

public int mNumChannels
Number of Channels 1-for Mono, 2 for Stereo.

mCompressionType

public int mCompressionType
Format of Channel data, e.g 'raw', 'MAC3', 'MAC6'.