Click or drag to resize
AudioClientInitialize Method
Initializes the audio stream.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public virtual void Initialize(
	AudioClientShareMode shareMode,
	AudioClientStreamFlags streamFlags,
	long bufferDuration,
	long periodicity,
	WaveFormat waveFormat,
	Guid audioSessionGuid
)

Parameters

shareMode
Type: Ozeki.MediaAudioClientShareMode
streamFlags
Type: Ozeki.MediaAudioClientStreamFlags
bufferDuration
Type: SystemInt64
periodicity
Type: SystemInt64
waveFormat
Type: Ozeki.MediaWaveFormat
audioSessionGuid
Type: SystemGuid
See Also