Click or drag to resize
MediaChannelCreateMediaData Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
protected abstract MediaData CreateMediaData(
	ICodec codec,
	byte[] data,
	bool decoded,
	uint timestamp,
	int dynamicPayload = -1
)

Parameters

codec
Type: Ozeki.MediaICodec
data
Type: SystemByte
decoded
Type: SystemBoolean
timestamp
Type: SystemUInt32
dynamicPayload (Optional)
Type: SystemInt32

Return Value

Type: MediaData
See Also