C# Class Tachycardia.Sound.BGM.OggFile

Inheritance: IDisposable
Mostra file Open project: secred/Tachycardia Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetBufferSegment ( int SegmentLength ) : OggBufferSegment
GetQuickTag ( OggTags TagID ) : string
GetTime ( ) : float
OggFile ( string Filename ) : System
ResetFile ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetBufferSegment() public method

public GetBufferSegment ( int SegmentLength ) : OggBufferSegment
SegmentLength int
return OggBufferSegment

GetQuickTag() public method

public GetQuickTag ( OggTags TagID ) : string
TagID OggTags
return string

GetTime() public method

public GetTime ( ) : float
return float

OggFile() public method

public OggFile ( string Filename ) : System
Filename string
return System

ResetFile() public method

public ResetFile ( ) : void
return void