Click or drag to resize

MixerGetDestination Method

Retrieve the specified MixerDestination object

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public MixerLine GetDestination(
	int destinationIndex
)

Parameters

destinationIndex  Int32
The ID of the destination to use. Should be between 0 and DestinationCount - 1

Return Value

MixerLine
See Also