Initializes a new instance of the
AVReader class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public AVReader(
string filePath
)
Public Sub New (
filePath As String
)
public:
AVReader(
String^ filePath
)
new :
filePath : string -> AVReader
Parameters
- filePath
- Type: SystemString
See Also