Click or drag to resize
OGGDecodeArgs Constructor
Initializes a new instance of the OGGDecodeArgs class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public OGGDecodeArgs(
	byte[] data,
	AudioFormat format,
	string metadata
)

Parameters

data
Type: SystemByte
format
Type: Ozeki.MediaAudioFormat
metadata
Type: SystemString
See Also