---
title: "removeStream(_:)"
framework: coremediaio
role: symbol
role_heading: Instance Method
path: "coremediaio/cmioextensiondevice/removestream(_:)"
---

# removeStream(_:)

Removes a stream from the device.

## Declaration

```swift
func removeStream(_ stream: CMIOExtensionStream) throws
```

## Parameters

- `stream`: The stream to remove from the device.

## See Also

### Managing Streams

- [streams](coremediaio/cmioextensiondevice/streams.md)
- [addStream(_:)](coremediaio/cmioextensiondevice/addstream(_:).md)
