Click or drag to resize
MediaDescriptionChangeEventArgs Constructor
Initializes a new instance of the MediaDescriptionChangeEventArgs class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MediaDescriptionChangeEventArgs(
	MediaDescription local,
	MediaDescription remote,
	IEnumerable<CodecDescription> codecDescriptions
)

Parameters

local
Type: Ozeki.MediaMediaDescription
remote
Type: Ozeki.MediaMediaDescription
codecDescriptions
Type: System.Collections.GenericIEnumerableCodecDescription
See Also