Tao.OpenAl SDK Documentation

Alc Methods

The methods of the Alc class are listed below. For a complete list of Alc class members, see the Alc Members topic.

Public Static (Shared) Methods

alcCaptureCloseDevice
alcCaptureOpenDevice
alcCaptureSamples
alcCaptureStart
alcCaptureStop
alcCloseDevice Closes a device.
alcCreateContextOverloaded. Creates a context using a specified device.
alcDestroyContext Destroys a context.
alcGetContextsDevice Gets the device for a context.
alcGetCurrentContext Retrieves the current context.
alcGetEnumValue Retrieves the enum value for a specified enumeration name.
alcGetError Retrieves the current context error state.
alcGetIntegervOverloaded. Returns integers related to the context.
alcGetProcAddress Retrieves the address of a specified context extension function.
alcGetString Returns strings related to the context.
alcGetStringv Returns strings related to the context.
alcIsExtensionPresent Queries if a specified context extension is available.
alcMakeContextCurrent Makes a specified context the current context.
alcOpenDevice Opens a device by name.
alcProcessContext Tells a context to begin processing.
alcSuspendContext Suspends processing on a specified context.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

See Also

Alc Class | Tao.OpenAl Namespace