WmaFileSink Constructor
Creates a new instance of the WmaFileSink 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 WmaFileSink(filename)
public WmaFileSink(
string filename
)
Parameters
- filename
Type: System.String
The filename of the file to be recorded to.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Thrown when WMA support is not available. |
ArgumentNullException | Thrown when the filename argument is null. |