IMediaChannelCheckDecodeRequired Method (ICollectionIEnumerableVideoType) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool CheckDecodeRequired(
ICollection<IEnumerable<VideoType>> videoTypes
)
Function CheckDecodeRequired (
videoTypes As ICollection(Of IEnumerable(Of VideoType))
) As Boolean
bool CheckDecodeRequired(
ICollection<IEnumerable<VideoType>^>^ videoTypes
)
abstract CheckDecodeRequired :
videoTypes : ICollection<IEnumerable<VideoType>> -> bool
Parameters
- videoTypes
- Type: System.Collections.GenericICollectionIEnumerableVideoType
Return Value
Type:
BooleanSee Also