Home > @magiclane/maps-sdk > PlayingStatus
PlayingStatus enum
Represents the playing status of a data source.
Sensor Data Source
Signature:
export declare enum PlayingStatus Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
paused |
|
Data source is paused |
|
playing |
|
Data source is playing |
|
stopped |
|
Data source is stopped |
|
unknown |
|
Unknown playing status |