C# Class Recurity.Swf.TagHandler.SoundStreamBlock

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

Méthodes publiques

Méthode Description
SoundStreamBlock ( byte initial ) : System
Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( System output ) : void

Méthodes protégées

Méthode Description
Parse ( ) : void

Private Methods

Méthode Description
TryParseSoundData ( Stream input ) : void
isSoundStreamHead ( AbstractTagHandler handler ) : bool

checks if an AbstractTagHandler is type of SoundStreamHead

Method Details

Parse() protected méthode

protected Parse ( ) : void
Résultat void

SoundStreamBlock() public méthode

public SoundStreamBlock ( byte initial ) : System
initial byte
Résultat System

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 ( System output ) : void
output System
Résultat void