C# Class Recurity.Swf.TagHandler.DefineSound

Inheritance: AbstractTagHandler, ISwfCharacter
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
DefineSound ( byte InitialVersion ) : System

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

getFormat ( uint type ) : SoundEncoding

getFormatID ( SoundEncoding format ) : uint

getRequiredVersion ( SoundEncoding format ) : byte

getSoundRate ( uint sr ) : SoundRate

getSoundRateID ( SoundRate sr ) : uint

Determines the number indicates the given soundrate

Protected Methods

Method Description
Parse ( ) : void

Method Details

DefineSound() public method

public DefineSound ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
return System

Parse() protected method

protected Parse ( ) : void
return void

Verify() public method

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
return bool

Write() public method

public Write ( Stream output ) : void
output Stream
return void

getFormat() public static method

public static getFormat ( uint type ) : SoundEncoding
type uint
return SoundEncoding

getFormatID() public static method

public static getFormatID ( SoundEncoding format ) : uint
format SoundEncoding
return uint

getRequiredVersion() public static method

public static getRequiredVersion ( SoundEncoding format ) : byte
format SoundEncoding
return byte

getSoundRate() public static method

public static getSoundRate ( uint sr ) : SoundRate
sr uint
return SoundRate

getSoundRateID() public static method

Determines the number indicates the given soundrate
public static getSoundRateID ( SoundRate sr ) : uint
sr SoundRate The sound rate
return uint