Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected void SetTime(
SDPMessage sdp,
ulong start,
ulong stop
)
Protected Sub SetTime (
sdp As SDPMessage,
start As ULong,
stop As ULong
)
protected:
void SetTime(
SDPMessage^ sdp,
unsigned long long start,
unsigned long long stop
)
member SetTime :
sdp : SDPMessage *
start : uint64 *
stop : uint64 -> unit
Parameters
- sdp
- Type: Ozeki.MediaSDPMessage
- start
- Type: SystemUInt64
- stop
- Type: SystemUInt64
See Also