Previous Next

IMXF::DisconnectOutput

The DisconnectOutput method disconnects this IMXF interface from the synth sink or capture sink.

NTSTATUS
  DisconnectOutput(
    IN PMXF  pSinkMXF
    );

Parameter

pSinkMXF
Pointer to the destination (sink) IMXF interface that we are disconnecting from.

Return Value

DisconnectOutput returns STATUS_SUCCESS if the call was successful. Otherwise, the method returns an appropriate error code.

Headers

Declared in dmusicks.h. Include dmusicks.h.

Comments

This method zeros the pSinkMXF location that was previously filled in by the IMXF::ConnectOutput call.

Output will go to the allocator from the time that DisconnectOutput is called until ConnectOutput is called again.

See Also

IMXF::ConnectOutput