com.flazr.io.flv
Class AudioTag

java.lang.Object
  extended by com.flazr.io.flv.AudioTag

public class AudioTag
extends Object


Nested Class Summary
static class AudioTag.CodecType
           
static class AudioTag.SampleRate
           
 
Constructor Summary
AudioTag(byte byteValue)
           
 
Method Summary
 AudioTag.CodecType getCodecType()
           
 AudioTag.SampleRate getSampleRate()
           
 boolean isSampleSize16Bit()
           
 boolean isStereo()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AudioTag

public AudioTag(byte byteValue)
Method Detail

getCodecType

public AudioTag.CodecType getCodecType()

getSampleRate

public AudioTag.SampleRate getSampleRate()

isSampleSize16Bit

public boolean isSampleSize16Bit()

isStereo

public boolean isStereo()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.