com.smaxe.uv.media.core
Class AudioTrackInfo

java.lang.Object
  extended by com.smaxe.uv.media.core.AudioTrackInfo

public final class AudioTrackInfo
extends java.lang.Object

AudioTrackInfo - audio track specific info.

Version:
0.3.0
Author:
Andrei Sochirca
See Also:
JUV Media SDK

Field Summary
 int channels
          number of channels.
 int rate
          sample rate.
 
Constructor Summary
AudioTrackInfo(int rate, int channels)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rate

public final int rate
sample rate.


channels

public final int channels
number of channels.

Constructor Detail

AudioTrackInfo

public AudioTrackInfo(int rate,
                      int channels)
Constructor.

Parameters:
rate -
channels -