WmaFileSink.EncodingFormat Property
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.
Gets or sets the encoding format.
public:
property Microsoft::Rtc::Collaboration::AudioVideo::WmaEncodingFormat EncodingFormat { Microsoft::Rtc::Collaboration::AudioVideo::WmaEncodingFormat get(); void set(Microsoft::Rtc::Collaboration::AudioVideo::WmaEncodingFormat value); };
public Microsoft.Rtc.Collaboration.AudioVideo.WmaEncodingFormat EncodingFormat { get; set; }
member this.EncodingFormat : Microsoft.Rtc.Collaboration.AudioVideo.WmaEncodingFormat with get, set
Public Property EncodingFormat As WmaEncodingFormat
Property Value
Exceptions
Thrown when the recorder is not in the Stopped state.
Thrown when WmaEncodingFormat is invalid.