Click or drag to resize

IAudioClientInitialize Method

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

Parameters

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

Return Value

Type: Int32
See Also