| IMediaChannelCheckDecodeRequired Method (ICollectionIEnumerableAudioType) | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxbool CheckDecodeRequired(
	ICollection<IEnumerable<AudioType>> audioTypes
)
Function CheckDecodeRequired ( 
	audioTypes As ICollection(Of IEnumerable(Of AudioType))
) As Boolean
bool CheckDecodeRequired(
	ICollection<IEnumerable<AudioType>^>^ audioTypes
)
abstract CheckDecodeRequired : 
        audioTypes : ICollection<IEnumerable<AudioType>> -> bool 
Parameters
- audioTypes
 - Type: System.Collections.GenericICollectionIEnumerableAudioType
 
Return Value
Type: 
Boolean
See Also