Click or drag to resize
MediaChannel.CheckDecodeRequired Method (ICollection<IEnumerable<VideoType>>)

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public virtual bool CheckDecodeRequired(
	ICollection<IEnumerable<VideoType>> videoTypes
)

Parameters

videoTypes
Type: System.Collections.Generic.ICollection<IEnumerable<VideoType>>

Return Value

Type: Boolean

Implements

IMediaChannel.CheckDecodeRequired(ICollection<IEnumerable<VideoType>>)
See Also