Click or drag to resize
MediaChannel.CreateMediaData 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.Media.ICodec
data
Type:System.Byte[]
decoded
Type: System.Boolean
timestamp
Type: System.UInt32
dynamicPayload (Optional)
Type: System.Int32

Return Value

Type: MediaData
See Also