C# Class AudioFile

Mostrar archivo Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Public Properties

Property Type Description
Channel int
EventNames string[]
FileName string
Loop bool
StopEventNames string[]
Type string
Volume int

Public Methods

Method Description
CallOnClipRequest ( ) : void
GetVolume ( ) : float
HasEndEvent ( string eventName ) : bool
HasEvent ( string eventName ) : bool
ToString ( ) : string

Private Methods

Method Description
GetVolume ( int volume ) : float

Method Details

CallOnClipRequest() public method

public CallOnClipRequest ( ) : void
return void

GetVolume() public method

public GetVolume ( ) : float
return float

HasEndEvent() public method

public HasEndEvent ( string eventName ) : bool
eventName string
return bool

HasEvent() public method

public HasEvent ( string eventName ) : bool
eventName string
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

Channel public_oe property

public int Channel
return int

EventNames public_oe property

public string[] EventNames
return string[]

FileName public_oe property

public string FileName
return string

Loop public_oe property

public bool Loop
return bool

StopEventNames public_oe property

public string[] StopEventNames
return string[]

Type public_oe property

public string Type
return string

Volume public_oe property

public int Volume
return int