Opentk/Source/OpenTK/Audio
chrisbrandtner 34468b868d Added overloads:
GenSource( out uint )
GenBuffer( out uint )
DeleteSource and DeleteBuffer changed to use 'ref' keyword to be consistent with Gen functions.
GenEffect( out uint )
DeleteEffect( ref uint )
GenFilter( out uint )
DeleteFilter( ref uint )
GenAuxiliaryEffectSlot( out uint );
DeleteAuxiliaryEffectSlot( ref uint ) (changed from previously passing by value, and removed the 's' in name )
renamed "DeleteAuxiliaryEffectSlots( int slot )" to "DeleteAuxiliaryEffectSlot( int slot )"
renamed "int GenAuxiliaryEffectSlots()" to "int GenAuxiliaryEffectSlot()"
New:
ALSourceType GetSourceType( uint sid )
ALSourceState GetSourceState( uint sid )
ALDistanceModel GetDistanceModel( )
2008-06-12 19:44:46 +00:00
..
OpenAL Added overloads: 2008-06-12 19:44:46 +00:00
AudioContext.cs Added a potential workaround to OpenAL SI/Linux crashes. 2008-04-20 17:46:20 +00:00
AudioContextException.cs Added licenses. 2008-04-04 21:05:03 +00:00
AudioDeviceException.cs Added licenses. 2008-04-04 21:05:03 +00:00
AudioException.cs Added licenses. 2008-04-04 21:05:03 +00:00
SoundData.cs Added licenses. 2008-04-04 21:05:03 +00:00
SoundFormat.cs Added licenses. 2008-04-04 21:05:03 +00:00