WmaFileSink.EncodingFormat Property
Gets or sets the encoding format.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property EncodingFormat As WmaEncodingFormat
Get
Set
'Usage
Dim instance As WmaFileSink
Dim value As WmaEncodingFormat
value = instance.EncodingFormat
instance.EncodingFormat = value
public WmaEncodingFormat EncodingFormat { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.AudioVideo.WmaEncodingFormat
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the recorder is not in the Stopped state. |
ArgumentException | Thrown when WmaEncodingFormat is invalid. |