Click or drag to resize

AudioTypeHelperGetCommonAudioTypes Method

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