Click or drag to resize

OGGDecodeArgs Constructor

Initializes a new instance of the OGGDecodeArgs class

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

Parameters

data  Byte
 
format  AudioFormat
 
metadata  String
 
See Also