MatroskaReaderInit Method (String) |
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool Init(
string fileName
)
Public Function Init (
fileName As String
) As Boolean
public:
virtual bool Init(
String^ fileName
) sealed
abstract Init :
fileName : string -> bool
override Init :
fileName : string -> bool
Parameters
- fileName
- Type: SystemString
Return Value
Type:
BooleanImplements
IReaderInit(String)
See Also