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