| SDPTime Constructor (UInt64, UInt64) | 
Initializes a new instance of the 
SDPTime class
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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 -> SDPTimeParameters
- start
 - Type: SystemUInt64
 - stop
 - Type: SystemUInt64
 
See Also