Click or drag to resize
AudioTypeHelperGetCommonAudioTypes Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static List<AudioType> GetCommonAudioTypes(
	IEnumerable<AudioType> list1,
	IEnumerable<AudioType> list2
)

Parameters

list1
Type: System.Collections.GenericIEnumerableAudioType
list2
Type: System.Collections.GenericIEnumerableAudioType

Return Value

Type: ListAudioType
See Also