Developer Documentation

MediaCollection.Remove

Warning

Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.

public bool Remove(long id)
public bool Remove(MediaStream item)

Remove a stream by handle id from the collection

Info

Always false if the collection IsReadOnly

Parameters

NameTypeDescription
idInt64handle id of the stream to remove
itemMediaStreamstream to remove

Returns

TypeDescription
Booleantrue on success or false

Variants

Remove(id)

public bool Remove(long id)

Remove a stream by handle id from the collection

Warning

Always false if the collection IsReadOnly

Parameters

NameTypeDescription
idInt64handle id of the stream to remove

Returns

TypeDescription
Booleantrue on success or false

Remove(item)

public bool Remove(MediaStream item)

Remove a stream from the collection

Warning

Always false if the collection IsReadOnly

Parameters

NameTypeDescription
itemMediaStreamstream to remove

Returns

TypeDescription
Booleantrue on success or false