TimerBasedMediaStreamHandler Constructor (String, UInt32) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected TimerBasedMediaStreamHandler(
string filePath,
uint packetizationTime
)
Protected Sub New (
filePath As String,
packetizationTime As UInteger
)
protected:
TimerBasedMediaStreamHandler(
String^ filePath,
unsigned int packetizationTime
)
new :
filePath : string *
packetizationTime : uint32 -> TimerBasedMediaStreamHandler
Parameters
- filePath
- Type: SystemString
The path of the media file. - packetizationTime
- Type: SystemUInt32
The time between the send events (in milliseconds).
See Also