H264VideoMediaFormatSet Constructors

Definition

Overloads

H264VideoMediaFormatSet(CodecId)
H264VideoMediaFormatSet(CodecId, Boolean)

H264VideoMediaFormatSet(CodecId)

public:
 H264VideoMediaFormatSet(Microsoft::Rtc::Internal::Collaboration::Media::CodecId codecId);
public H264VideoMediaFormatSet (Microsoft.Rtc.Internal.Collaboration.Media.CodecId codecId);
new Microsoft.Rtc.Internal.Collaboration.Media.H264VideoMediaFormatSet : Microsoft.Rtc.Internal.Collaboration.Media.CodecId -> Microsoft.Rtc.Internal.Collaboration.Media.H264VideoMediaFormatSet

Parameters

codecId
CodecId

Applies to

H264VideoMediaFormatSet(CodecId, Boolean)

public:
 H264VideoMediaFormatSet(Microsoft::Rtc::Internal::Collaboration::Media::CodecId codecId, bool videoFECEnabled);
public H264VideoMediaFormatSet (Microsoft.Rtc.Internal.Collaboration.Media.CodecId codecId, bool videoFECEnabled);
new Microsoft.Rtc.Internal.Collaboration.Media.H264VideoMediaFormatSet : Microsoft.Rtc.Internal.Collaboration.Media.CodecId * bool -> Microsoft.Rtc.Internal.Collaboration.Media.H264VideoMediaFormatSet

Parameters

codecId
CodecId
videoFECEnabled
Boolean

Applies to