MediaDescriptionHelperCompare Method |
Compares the given media descriptions and gives a result about the compatibility.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static MediaDescriptionCompareResult Compare(
MediaDescription offer,
MediaDescription answer
)
Public Shared Function Compare (
offer As MediaDescription,
answer As MediaDescription
) As MediaDescriptionCompareResult
public:
static MediaDescriptionCompareResult^ Compare(
MediaDescription^ offer,
MediaDescription^ answer
)
static member Compare :
offer : MediaDescription *
answer : MediaDescription -> MediaDescriptionCompareResult
Parameters
- offer
- Type: Ozeki.MediaMediaDescription
- answer
- Type: Ozeki.MediaMediaDescription
Return Value
Type:
MediaDescriptionCompareResult
See Also