TimeMapper Constructor (Int32) |
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
)
Public Sub New (
clockRate As Integer
)
public:
TimeMapper(
int clockRate
)
new :
clockRate : int -> TimeMapper
Parameters
- clockRate
- Type: SystemInt32
See Also