Click or drag to resize

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
Syntax
public static MediaDescriptionCompareResult Compare(
	MediaDescription offer,
	MediaDescription answer
)

Parameters

offer
Type: Ozeki.MediaMediaDescription
answer
Type: Ozeki.MediaMediaDescription

Return Value

Type: MediaDescriptionCompareResult
See Also