Class GetMediaSourcesList.MediaSource
- java.lang.Object
-
- nl.harm27.obs.websocket.api.requests.sources.GetMediaSourcesList.MediaSource
-
- Enclosing class:
- GetMediaSourcesList
public class GetMediaSourcesList.MediaSource extends Object
-
-
Constructor Summary
Constructors Constructor Description MediaSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMediaState()
The current state of media for that source.String
getSourceKind()
Unique source internal type (a.k.a `ffmpeg_source` or `vlc_source`)String
getSourceName()
Unique source name
-
-
-
Method Detail
-
getSourceName
public String getSourceName()
Unique source name
-
getSourceKind
public String getSourceKind()
Unique source internal type (a.k.a `ffmpeg_source` or `vlc_source`)
-
getMediaState
public String getMediaState()
The current state of media for that source. States: `none`, `playing`, `opening`, `buffering`, `paused`, `stopped`, `ended`, `error`, `unknown`
-
-