Our new developer documentation is now available. Please check it out!
PeerEntity.RemoveDecoder
public bool RemoveDecoder(ushort mediaId, out MediaDecoder decoder)
Remove the output media from PeerEntity
Parameters
Name | Type | Description |
---|---|---|
mediaId | UInt16 | decoder id |
decoder | MediaDecoder | output media that was removed |
Returns
Type | Description |
---|---|
Boolean | true if removed or false |