Namespace: DeltaEngine.MultimediaAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
protected abstract void PlayNativeVideo(
float volume
)
protected abstract void PlayNativeVideo(
float volume
)
Protected MustOverride Sub PlayNativeVideo (
volume As Single
)
Protected MustOverride Sub PlayNativeVideo (
volume As Single
)
protected:
virtual void PlayNativeVideo(
float volume
) abstract
protected:
virtual void PlayNativeVideo(
float volume
) abstract
abstract PlayNativeVideo :
volume : float32 -> unit
abstract PlayNativeVideo :
volume : float32 -> unit