H264FormatParamaters.TryParse(String, H264FormatParamaters) Method
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.
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