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