SDPTime(UInt64, UInt64) Constructor |
Initializes a new instance of the
SDPTime class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic SDPTime(
ulong start,
ulong stop
)
Public Sub New (
start As ULong,
stop As ULong
)
public:
SDPTime(
unsigned long long start,
unsigned long long stop
)
new :
start : uint64 *
stop : uint64 -> SDPTime
Parameters
- start UInt64
-
- stop UInt64
-
See Also