H264FormatParamaters.TryParse(String, H264FormatParamaters) Method

Definition

public:
 static bool TryParse(System::String ^ fmtp, [Runtime::InteropServices::Out] Microsoft::Rtc::Internal::Collaboration::Media::H264FormatParamaters ^ % parsedH264FormatParams);
public static bool TryParse (string fmtp, out Microsoft.Rtc.Internal.Collaboration.Media.H264FormatParamaters parsedH264FormatParams);
static member TryParse : string *  -> bool
Public Shared Function TryParse (fmtp As String, ByRef parsedH264FormatParams As H264FormatParamaters) As Boolean

Parameters

fmtp
String
parsedH264FormatParams
H264FormatParamaters

Returns

Boolean

Applies to