Click or drag to resize

MediaChannelCreateMediaData Method


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

Parameters

codec  ICodec
 
data  Byte
 
decoded  Boolean
 
timestamp  UInt32
 
dynamicPayload  Int32  (Optional)
 

Return Value

MediaData
See Also