Our new developer documentation is now available. Please check it out!
MediaCollection.Add
public bool Add(MediaStream item)
Add a stream to the collection
Info
Always false if the collection IsReadOnly
Parameters
Name | Type | Description |
---|---|---|
item | MediaStream | stream to add |
Returns
Type | Description |
---|---|
Boolean | true on success or false |