Uses of Class
com.flagstone.transform.sound.SoundFormat

Packages that use SoundFormat
com.flagstone.transform.sound The sound package contains all the classes for encoding and decoding the data structures that represent the different sounds in a Flash file. 
 

Uses of SoundFormat in com.flagstone.transform.sound
 

Methods in com.flagstone.transform.sound that return SoundFormat
static SoundFormat SoundFormat.fromInt(int value)
          Get the SoundFormat represented by an encoded value.
 SoundFormat SoundStreamHead2.getFormat()
          Get the compression format used.
 SoundFormat SoundStreamHead.getFormat()
          Get the compression format used.
 SoundFormat DefineSound.getFormat()
          Get the compression format used.
static SoundFormat SoundFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SoundFormat[] SoundFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.flagstone.transform.sound with parameters of type SoundFormat
 void SoundStreamHead2.setFormat(SoundFormat encoding)
          Sets the format for the streaming sound.
 void SoundStreamHead.setFormat(SoundFormat encoding)
          Sets the format for the streaming sound.
 void DefineSound.setFormat(SoundFormat encoding)
          Sets the compression format used.
 

Constructors in com.flagstone.transform.sound with parameters of type SoundFormat
DefineSound(int uid, SoundFormat aFormat, int playbackRate, int channels, int size, int count, byte[] bytes)
          Creates a DefineSound object specifying the unique identifier and all the parameters required to describe the sound.
SoundStreamHead2(SoundFormat encoding, int playbackRate, int playbackChannels, int playSize, int streamingRate, int streamingChannels, int streamingSize, int streamingCount)
          Creates a SoundStreamHead2 object specifying all the parameters required to define the sound.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.