Contents

removeStreamOutput(_:type:)

Removes a destination from receiving stream output.

Declaration

func removeStreamOutput(_ output: any SCStreamOutput, type: SCStreamOutputType) throws

Parameters

  • output:

    The object to remove that conforms to the stream output protocol.

  • type:

    The stream output type.

See Also

Adding and removing stream output