Our new developer documentation is now available. Please check it out!
OdinRoom.LinkInputMedia
public virtual bool LinkInputMedia(uint samplerate, bool stereo, out MediaEncoder encoder)
Add a input media encoder to the corresponding room.
Parameters
Name | Type | Description |
---|---|---|
samplerate | UInt32 | encoder samplerate |
stereo | Boolean | encoder channel flag |
encoder | MediaEncoder | started encoder or null |
Returns
Type | Description |
---|---|
Boolean | true on start or false |