All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.sg.SGChannelInfo

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

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


Variable Index

 o mCompressionType
Format of Channel data, e.g 'raw', 'MAC3', 'MAC6'.
 o mNumChannels
Number of Channels 1-for Mono, 2 for Stereo.
 o mSampleSize
The sample's size, eg returns 8 for 8 bit, 16 for 16 bit.

Variables

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

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index