C# Class OpenRA.Platforms.Default.OpenAlSound

Inheritance: ISound
Mostrar archivo Open project: pchote/OpenRA

Public Properties

Property Type Description
Source uint

Public Methods

Method Description
OpenAlSound ( uint source, uint buffer, bool looping, bool relative, WPos pos, float volume ) : System

Method Details

OpenAlSound() public method

public OpenAlSound ( uint source, uint buffer, bool looping, bool relative, WPos pos, float volume ) : System
source uint
buffer uint
looping bool
relative bool
pos WPos
volume float
return System

Property Details

Source public_oe property

public uint Source
return uint