You are viewing documentation for LioranBoard 1, which is obsolete. It's highly recommended to use LioranBoard 2 instead.
OBS Media
On this page
Play or pause a media or VLC source.
Box Name | Type | Description |
---|---|---|
sourceName | String | Name of the source to play or pause |
playPause | Boolean | True to pause and False to play |
Restart a media or VLC source.
Box Name | Type | Description |
---|---|---|
sourceName | String | Name of the source to restart |
Stop a media or VLC source.
Box Name | Type | Description |
---|---|---|
sourceName | String | Name of the source to stop |
Play the next track. Can only be a VLC source.
Box Name | Type | Description |
---|---|---|
sourceName | String | Name of the source to skip a track. |
Play previous track. Can only be a VLC source.
Box Name | Type | Description |
---|---|---|
sourceName | String | Name of the source to play a previous track. |
Seek to position in a currently playing source. Can be a media or VLC source.
Box Name | Type | Description |
---|---|---|
sourceName | String | Name of the source |
sourceName | Int | Time in milliseconds |