public class MediaQueueOutput
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
MediaQueueOutput.NextMediaInfo |
class |
MediaQueueOutput.PreviousMediaInfo |
Constructor and Description |
---|
MediaQueueOutput() |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
This Method is use to get the code
|
java.lang.String |
getMsg()
This Method is use to get the msg
|
MediaQueueOutput.NextMediaInfo |
getNextMediaInfo()
This Method is use to get the next media info
|
MediaQueueOutput.PreviousMediaInfo |
getPreviousMediaInfo()
This Method is use to get the previous media info
|
java.lang.String |
getStatus()
This Method is use to get the status
|
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.lang.String getMsg()
@Nullable public MediaQueueOutput.NextMediaInfo getNextMediaInfo()
@Nullable public MediaQueueOutput.PreviousMediaInfo getPreviousMediaInfo()