Namespace:
Xt
Assembly:
Xt.Audio (in Xt.Audio.dll) Version: 2.0
Syntax public static XtPlatform Init(
string id,
IntPtr window
)
Public Shared Function Init (
id As String,
window As IntPtr
) As XtPlatform
public:
static XtPlatform^ Init(
String^ id,
IntPtr window
)
static member Init :
id : string *
window : IntPtr -> XtPlatform
Parameters
- id
- Type: SystemString
- window
- Type: SystemIntPtr
Return Value
Type:
XtPlatformSee Also