Edit

Share via


AudioMediaFormatSet Constructors

Definition

Overloads

AudioMediaFormatSet(CodecId[], Boolean, Boolean)
AudioMediaFormatSet(List<CodecInfo>, Boolean, Boolean)

AudioMediaFormatSet(CodecId[], Boolean, Boolean)

public:
 AudioMediaFormatSet(cli::array <Microsoft::Rtc::Internal::Collaboration::Media::CodecId> ^ supportedCodecs, bool enableFEC, bool enableDTMF);
public AudioMediaFormatSet (Microsoft.Rtc.Internal.Collaboration.Media.CodecId[] supportedCodecs, bool enableFEC, bool enableDTMF);
new Microsoft.Rtc.Internal.Collaboration.Media.AudioMediaFormatSet : Microsoft.Rtc.Internal.Collaboration.Media.CodecId[] * bool * bool -> Microsoft.Rtc.Internal.Collaboration.Media.AudioMediaFormatSet
Public Sub New (supportedCodecs As CodecId(), enableFEC As Boolean, enableDTMF As Boolean)

Parameters

supportedCodecs
CodecId[]
enableFEC
Boolean
enableDTMF
Boolean

Applies to

AudioMediaFormatSet(List<CodecInfo>, Boolean, Boolean)

public:
 AudioMediaFormatSet(System::Collections::Generic::List<Microsoft::Rtc::Internal::Collaboration::Media::CodecInfo ^> ^ supportedCodecs, bool enableDTMF, bool enablePstnGatewayInterop);
public AudioMediaFormatSet (System.Collections.Generic.List<Microsoft.Rtc.Internal.Collaboration.Media.CodecInfo> supportedCodecs, bool enableDTMF, bool enablePstnGatewayInterop);
new Microsoft.Rtc.Internal.Collaboration.Media.AudioMediaFormatSet : System.Collections.Generic.List<Microsoft.Rtc.Internal.Collaboration.Media.CodecInfo> * bool * bool -> Microsoft.Rtc.Internal.Collaboration.Media.AudioMediaFormatSet
Public Sub New (supportedCodecs As List(Of CodecInfo), enableDTMF As Boolean, enablePstnGatewayInterop As Boolean)

Parameters

supportedCodecs
List<CodecInfo>
enableDTMF
Boolean
enablePstnGatewayInterop
Boolean

Applies to