Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |