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