C# Class Recurity.Swf.TagHandler.DefineSound

Inheritance: AbstractTagHandler, ISwfCharacter
Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Parse ( ) : void

Method Details

DefineSound() public méthode

public DefineSound ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
Résultat System

Parse() protected méthode

protected Parse ( ) : void
Résultat void

Verify() public méthode

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

Write() public méthode

public Write ( Stream output ) : void
output Stream
Résultat void

getFormat() public static méthode

public static getFormat ( uint type ) : SoundEncoding
type uint
Résultat SoundEncoding

getFormatID() public static méthode

public static getFormatID ( SoundEncoding format ) : uint
format SoundEncoding
Résultat uint

getRequiredVersion() public static méthode

public static getRequiredVersion ( SoundEncoding format ) : byte
format SoundEncoding
Résultat byte

getSoundRate() public static méthode

public static getSoundRate ( uint sr ) : SoundRate
sr uint
Résultat SoundRate

getSoundRateID() public static méthode

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