Click or drag to resize

MediaDescriptionChangeEventArgs Constructor

Initializes a new instance of the MediaDescriptionChangeEventArgs class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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