MediaChannelCreateMediaData Method |
Namespace: Ozeki.VoIPAssembly: 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
)
Protected MustOverride Function CreateMediaData (
codec As ICodec,
data As Byte(),
decoded As Boolean,
timestamp As UInteger,
Optional dynamicPayload As Integer = -1
) As MediaData
protected:
virtual MediaData^ CreateMediaData(
ICodec^ codec,
array<unsigned char>^ data,
bool decoded,
unsigned int timestamp,
int dynamicPayload = -1
) abstract
abstract CreateMediaData :
codec : ICodec *
data : byte[] *
decoded : bool *
timestamp : uint32 *
?dynamicPayload : int
(* Defaults:
let _dynamicPayload = defaultArg dynamicPayload -1
*)
-> MediaData
Parameters
- codec
- Type: Ozeki.MediaICodec
- data
- Type: SystemByte
- decoded
- Type: SystemBoolean
- timestamp
- Type: SystemUInt32
- dynamicPayload (Optional)
- Type: SystemInt32
Return Value
Type:
MediaDataSee Also