Gets or sets encoding format

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
EncodingFormat 
As 

WmaEncodingFormat
C#
public 

WmaEncodingFormat 
EncodingFormat { 
get; 
set; }
Visual C++
public:
property 

WmaEncodingFormat 
EncodingFormat {
	

WmaEncodingFormat 
get ();
	
void 
set (

WmaEncodingFormat 
value);
}
JavaScript
function get_
encodingFormat();
function set_
encodingFormat(
value);

Exceptions

Exception Condition
InvalidOperationException Thrown when the recorder is not in the Stopped state.
ArgumentException Thrown when WmaEncodingFormat is invalid.

See Also