Click or drag to resize

MediaChannelCreateMediaData Method

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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