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

Parameters

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

Return Value

Type: MediaDescriptionCompareResult
See Also