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