- Timestamp:
- 08/11/10 17:51:36 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/builders/androidapplestreaming/src/com/rtmpd/CommandsInterface.java
r31 r63 16 16 public native HashMap<Object, Object> ContextCloseAll(); 17 17 18 public native HashMap<Object, Object> CommandPlay(int contextId, 19 String m3u8Uri, String httpSessionId, String keyPassword); 18 public native HashMap<Object, Object> CommandPlay(int contextId, String m3u8Uri, String httpSessionId, String keyPassword); 20 19 21 20 public native HashMap<Object, Object> CommandPause(int contextId); … … 23 22 public native HashMap<Object, Object> CommandResume(int contextId); 24 23 24 public native HashMap<Object, Object> CommandSelectBandwidth(int contextId, int bandwidth); 25 26 public native HashMap<Object, Object> CommandSeek(int contextId, double value); 27 28 public native HashMap<Object, Object> CommandSelectAVChannels(int contextId, int audio, int video); 29 25 30 public native HashMap<Object, Object> InfoListStreams(int contextId); 26 31 27 32 public native HashMap<Object, Object> InfoListAllStreams(); 33 34 public native HashMap<Object, Object> InfoBandwidth(int contextId); 35 36 public native HashMap<Object, Object> InfoAllBandwidth(); 37 38 public native HashMap<Object, Object> InfoPlayback(int contextId); 39 40 public native HashMap<Object, Object> InfoAllPlayback(); 28 41 } 42
Note: See TracChangeset
for help on using the changeset viewer.
