C# 클래스 Recurity.Swf.TagHandler.DefineSound

상속: AbstractTagHandler, ISwfCharacter
파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Parse ( ) : void

메소드 상세

DefineSound() 공개 메소드

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

Parse() 보호된 메소드

protected Parse ( ) : void
리턴 void

Verify() 공개 메소드

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

Write() 공개 메소드

public Write ( Stream output ) : void
output Stream
리턴 void

getFormat() 공개 정적인 메소드

public static getFormat ( uint type ) : SoundEncoding
type uint
리턴 SoundEncoding

getFormatID() 공개 정적인 메소드

public static getFormatID ( SoundEncoding format ) : uint
format SoundEncoding
리턴 uint

getRequiredVersion() 공개 정적인 메소드

public static getRequiredVersion ( SoundEncoding format ) : byte
format SoundEncoding
리턴 byte

getSoundRate() 공개 정적인 메소드

public static getSoundRate ( uint sr ) : SoundRate
sr uint
리턴 SoundRate

getSoundRateID() 공개 정적인 메소드

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