C# Class CodeImp.Gluon.SoundsManager

Mostra file Open project: DieterKoblenz/LCARS Class Usage Examples

Public Methods

Method Description
CheckAudioOutputPrimary ( ) : bool
Dispose ( ) : void
LoadSounds ( ) : void
Play ( string title ) : void
PlayLoop ( string title ) : void
SetAudioOutputPrimary ( ) : void
SetAudioOutputSecondary ( ) : void
SoundsManager ( ) : System
Stop ( string title ) : void

Private Methods

Method Description
FindDeviceName ( string partofname ) : string
waveOutGetDevCaps ( int uDeviceID, WaveOutCaps &lpCaps, int uSize ) : int
waveOutGetNumDevs ( ) : int

Method Details

CheckAudioOutputPrimary() public method

public CheckAudioOutputPrimary ( ) : bool
return bool

Dispose() public method

public Dispose ( ) : void
return void

LoadSounds() public method

public LoadSounds ( ) : void
return void

Play() public method

public Play ( string title ) : void
title string
return void

PlayLoop() public method

public PlayLoop ( string title ) : void
title string
return void

SetAudioOutputPrimary() public method

public SetAudioOutputPrimary ( ) : void
return void

SetAudioOutputSecondary() public method

public SetAudioOutputSecondary ( ) : void
return void

SoundsManager() public method

public SoundsManager ( ) : System
return System

Stop() public method

public Stop ( string title ) : void
title string
return void