MixerGetDestination Method |
Gets the destination line.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public DestinationLine GetDestination(
int lineType
)
Public Function GetDestination (
lineType As Integer
) As DestinationLine
public:
DestinationLine^ GetDestination(
int lineType
)
Parameters
- lineType
- Type: SystemInt32
Type of the line.
Return Value
Type:
DestinationLine[Missing <returns> documentation for "M:Alvas.Audio.Mixer.GetDestination(System.Int32)"]
See Also