Click or drag to resize
IAudioClientInitialize Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
int Initialize(
	AudioClientShareMode shareMode,
	AudioClientStreamFlags StreamFlags,
	long hnsBufferDuration,
	long hnsPeriodicity,
	WaveFormat pFormat,
	ref Guid AudioSessionGuid
)

Parameters

shareMode
Type: Ozeki.MediaAudioClientShareMode
StreamFlags
Type: Ozeki.MediaAudioClientStreamFlags
hnsBufferDuration
Type: SystemInt64
hnsPeriodicity
Type: SystemInt64
pFormat
Type: Ozeki.MediaWaveFormat
AudioSessionGuid
Type: SystemGuid

Return Value

Type: Int32
See Also