Edit

Share via


WmaFileSink(String) Constructor

Definition

Creates a new instance of the WmaFileSink class.

public:
 WmaFileSink(System::String ^ filename);
public WmaFileSink (string filename);
new Microsoft.Rtc.Collaboration.AudioVideo.WmaFileSink : string -> Microsoft.Rtc.Collaboration.AudioVideo.WmaFileSink
Public Sub New (filename As String)

Parameters

filename
String

The filename of the file to be recorded to.

Exceptions

Thrown when WMA support is not available.

Thrown when the filename argument is null.

Applies to