WmaFileSink(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.