Initializes a new instance of the
GLFWVideo class
Namespace: DeltaEngine.Multimedia.GLFWAssemblies: DeltaEngine.Multimedia.GLFW2 (in DeltaEngine.Multimedia.GLFW2.dll) Version: 1.1.1.0 (1.1.1)
DeltaEngine.Multimedia.GLFW3 (in DeltaEngine.Multimedia.GLFW3.dll) Version: 1.1.1.0 (1.1.1)
protected GLFWVideo(
string contentName,
OpenALSoundDevice soundDevice
)
protected GLFWVideo(
string contentName,
OpenALSoundDevice soundDevice
)
Protected Sub New (
contentName As String,
soundDevice As OpenALSoundDevice
)
Protected Sub New (
contentName As String,
soundDevice As OpenALSoundDevice
)
protected:
GLFWVideo(
String^ contentName,
OpenALSoundDevice^ soundDevice
)
protected:
GLFWVideo(
String^ contentName,
OpenALSoundDevice^ soundDevice
)
new :
contentName : string *
soundDevice : OpenALSoundDevice -> GLFWVideo
new :
contentName : string *
soundDevice : OpenALSoundDevice -> GLFWVideo