WmaFileSource(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 WmaFileSource class.
public:
WmaFileSource(System::String ^ filename);
public WmaFileSource (string filename);
new Microsoft.Rtc.Collaboration.AudioVideo.WmaFileSource : string -> Microsoft.Rtc.Collaboration.AudioVideo.WmaFileSource
Public Sub New (filename As String)
Parameters
- filename
- String
The file name.
Exceptions
Thrown when WMA support is not available.
Thrown when the filename argument is null.