AL.GetBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetBuffer(Int32, ALGetBufferi, Int32)
public static void GetBuffer(int bid, OpenTK.Audio.OpenAL.ALGetBufferi param, out int value);
static member GetBuffer : int * OpenTK.Audio.OpenAL.ALGetBufferi * -> unit
Parameters
- bid
- Int32
- param
- ALGetBufferi
- value
- Int32
Applies to
GetBuffer(UInt32, ALGetBufferi, Int32)
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public static void GetBuffer(uint bid, OpenTK.Audio.OpenAL.ALGetBufferi param, out int value);
static member GetBuffer : uint32 * OpenTK.Audio.OpenAL.ALGetBufferi * -> unit
Parameters
- bid
- UInt32
- param
- ALGetBufferi
- value
- Int32
- Attributes