TimeMapper Constructor (Int32, UInt32) |
Initializes a new instance of the
TimeMapper class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public TimeMapper(
int clockRate,
uint externalStart
)
Public Sub New (
clockRate As Integer,
externalStart As UInteger
)
public:
TimeMapper(
int clockRate,
unsigned int externalStart
)
new :
clockRate : int *
externalStart : uint32 -> TimeMapper
Parameters
- clockRate
- Type: SystemInt32
- externalStart
- Type: SystemUInt32
See Also