AL.BufferData 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
| BufferData(Int32, ALFormat, IntPtr, Int32, Int32) | |
| BufferData(UInt32, ALFormat, IntPtr, Int32, Int32) | |
| BufferData<TBuffer>(Int32, ALFormat, TBuffer[], Int32, Int32) |
BufferData(Int32, ALFormat, IntPtr, Int32, Int32)
BufferData(UInt32, ALFormat, IntPtr, Int32, Int32)
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public static void BufferData(uint bid, OpenTK.Audio.OpenAL.ALFormat format, IntPtr buffer, int size, int freq);
static member BufferData : uint32 * OpenTK.Audio.OpenAL.ALFormat * nativeint * int * int -> unit
Parameters
- bid
- UInt32
- format
- ALFormat
- buffer
-
IntPtr
nativeint
- size
- Int32
- freq
- Int32
- Attributes
Applies to
BufferData<TBuffer>(Int32, ALFormat, TBuffer[], Int32, Int32)
public static void BufferData<TBuffer>(int bid, OpenTK.Audio.OpenAL.ALFormat format, TBuffer[] buffer, int size, int freq) where TBuffer : struct;
static member BufferData : int * OpenTK.Audio.OpenAL.ALFormat * 'Buffer[] * int * int -> unit (requires 'Buffer : struct)
Type Parameters
- TBuffer
Parameters
- bid
- Int32
- format
- ALFormat
- buffer
- TBuffer[]
- size
- Int32
- freq
- Int32