module-avb: avdecc: destroy stream

This commit is contained in:
hackerman-kl 2025-11-28 08:56:25 +01:00 committed by Wim Taymans
parent c10f869836
commit a3ce0f3e28
3 changed files with 15 additions and 0 deletions

View file

@ -76,6 +76,12 @@ struct stream *server_create_stream(struct server *server, struct stream *stream
void stream_destroy(struct stream *stream);
/**
* \brief unregister MRP attribute for the stream
* and free the allocated resources for the stream.
*/
void stream_destroy_all(struct server *server);
int stream_activate(struct stream *stream, uint16_t index, uint64_t now);
int stream_deactivate(struct stream *stream, uint64_t now);