-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum PlaybackNotification.StreamType
Types of media to display an ongoing notification for.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Audio
Video
AudioLive
VideoLive
AudioLiveDvr
VideoLiveDvr
-
Method Summary
Modifier and Type Method Description static Array<PlaybackNotification.StreamType>
values()
static PlaybackNotification.StreamType
valueOf(String name)
-
-
Method Detail
-
values
static Array<PlaybackNotification.StreamType> values()
-
valueOf
static PlaybackNotification.StreamType valueOf(String name)
-
-
-
-