C# Class AudioFile

Afficher le fichier Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Méthodes publiques

Свойство Type Description
Channel int
EventNames string[]
FileName string
Loop bool
StopEventNames string[]
Type string
Volume int

Méthodes publiques

Méthode Description
CallOnClipRequest ( ) : void
GetVolume ( ) : float
HasEndEvent ( string eventName ) : bool
HasEvent ( string eventName ) : bool
ToString ( ) : string

Private Methods

Méthode Description
GetVolume ( int volume ) : float

Method Details

CallOnClipRequest() public méthode

public CallOnClipRequest ( ) : void
Résultat void

GetVolume() public méthode

public GetVolume ( ) : float
Résultat float

HasEndEvent() public méthode

public HasEndEvent ( string eventName ) : bool
eventName string
Résultat bool

HasEvent() public méthode

public HasEvent ( string eventName ) : bool
eventName string
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Channel public_oe property

public int Channel
Résultat int

EventNames public_oe property

public string[] EventNames
Résultat string[]

FileName public_oe property

public string FileName
Résultat string

Loop public_oe property

public bool Loop
Résultat bool

StopEventNames public_oe property

public string[] StopEventNames
Résultat string[]

Type public_oe property

public string Type
Résultat string

Volume public_oe property

public int Volume
Résultat int