C# Class Tachycardia.Sound.BGM.OggFile

Inheritance: IDisposable
Afficher le fichier Open project: secred/Tachycardia Class Usage Examples

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetBufferSegment() public méthode

public GetBufferSegment ( int SegmentLength ) : OggBufferSegment
SegmentLength int
Résultat OggBufferSegment

GetQuickTag() public méthode

public GetQuickTag ( OggTags TagID ) : string
TagID OggTags
Résultat string

GetTime() public méthode

public GetTime ( ) : float
Résultat float

OggFile() public méthode

public OggFile ( string Filename ) : System
Filename string
Résultat System

ResetFile() public méthode

public ResetFile ( ) : void
Résultat void