MixerGetDestination Method |
Retrieve the specified MixerDestination object
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic MixerLine GetDestination(
int destinationIndex
)
Public Function GetDestination (
destinationIndex As Integer
) As MixerLine
public:
MixerLine^ GetDestination(
int destinationIndex
)
member GetDestination :
destinationIndex : int -> MixerLine Parameters
- destinationIndex Int32
- The ID of the destination to use.
Should be between 0 and DestinationCount - 1
Return Value
MixerLine
See Also