-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum StreamingModeDefines the way local media is streamed.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNBOUNDEDLocal media is streamed at all times.
APP_BOUNDEDLocal media is streamed only when the app is in foreground.When app goes to the background then the media is paused untilthe app goes to foreground again.
-
Method Summary
Modifier and Type Method Description static Array<StreamingMode>values()static StreamingModevalueOf(String name)-
-
Method Detail
-
values
static Array<StreamingMode> values()
-
valueOf
static StreamingMode valueOf(String name)
-
-
-
-