精通
英语
和
开源
,
擅长
开发
与
培训
,
胸怀四海
第一信赖
Class Description
DisposableBase Base class for managing native resources.
MediaPlayerFactory Entry point for the nVLC library.
Class Description
LibVlcException Throws an exception with the latest error message.
LibVlcInitException Exception thrown when libVLC initialization failed.
LibVlcNotFoundException Exception thrown when one of the vlc libraries are missing.
Members See Also Send Feedback
Throws an exception with the latest error message.
Namespace: Implementation.Exceptions
Assembly: Implementation (in Implementation.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
[SerializableAttribute]
public class LibVlcException : Exception
Visual Basic
<SerializableAttribute> _
Public Class LibVlcException _
Inherits Exception
Visual C++
[SerializableAttribute]
public ref class LibVlcException : public Exception
Inheritance Hierarchy
System..::..Object
System..::..Exception
Implementation.Exceptions..::..LibVlcException
Implementation.Exceptions..::..LibVlcInitException
See Also
LibVlcException Members
Implementation.Exceptions Namespace
Members See Also Send Feedback
Exception thrown when libVLC initialization failed.
Namespace: Implementation.Exceptions
Assembly: Implementation (in Implementation.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
[SerializableAttribute]
public class LibVlcInitException : LibVlcException
Visual Basic
<SerializableAttribute> _
Public Class LibVlcInitException _
Inherits LibVlcException
Visual C++
[SerializableAttribute]
public ref class LibVlcInitException : public LibVlcException
Inheritance Hierarchy
System..::..Object
System..::..Exception
Implementation.Exceptions..::..LibVlcException
Implementation.Exceptions..::..LibVlcInitException
See Also
LibVlcInitException Members
Implementation.Exceptions Namespace
Members See Also Send Feedback
Exception thrown when one of the vlc libraries are missing.
Namespace: Implementation.Exceptions
Assembly: Implementation (in Implementation.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
[SerializableAttribute]
public class LibVlcNotFoundException : DllNotFoundException
Visual Basic
<SerializableAttribute> _
Public Class LibVlcNotFoundException _
Inherits DllNotFoundException
Visual C++
[SerializableAttribute]
public ref class LibVlcNotFoundException : public DllNotFoundException
Inheritance Hierarchy
System..::..Object
System..::..Exception
System..::..SystemException
System..::..TypeLoadException
System..::..DllNotFoundException
Implementation.Exceptions..::..LibVlcNotFoundException
See Also
LibVlcNotFoundException Members
Implementation.Exceptions Namespace