MediaDescriptionHelperCompare Method |
Compares the given media descriptions and gives a result about the compatibility.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
MediaDescriptionCompareResultSee Also