WmaFileSource Constructor
Creates a new instance of the WmaFileSource class.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
filename As String _
)
'Usage
Dim filename As String
Dim instance As New WmaFileSource(filename)
public WmaFileSource(
string filename
)
Parameters
- filename
Type: System.String
The file name.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Thrown when WMA support is not available. |
ArgumentNullException | Thrown when the filename argument is null. |