C# Class Recurity.Swf.TagHandler.SoundStreamBlock

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

Public Methods

Method Description
SoundStreamBlock ( byte initial ) : System
Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( System output ) : void

Protected Methods

Method Description
Parse ( ) : void

Private Methods

Method Description
TryParseSoundData ( Stream input ) : void
isSoundStreamHead ( AbstractTagHandler handler ) : bool

checks if an AbstractTagHandler is type of SoundStreamHead

Method Details

Parse() protected method

protected Parse ( ) : void
return void

SoundStreamBlock() public method

public SoundStreamBlock ( byte initial ) : System
initial byte
return System

Verify() public method

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

Write() public method

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