Ignore:
Timestamp:
08/11/10 17:51:36 (22 months ago)
Author:
shiretu
Message:

-- added more APIs to the android apple streaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/builders/androidapplestreaming/src/com/rtmpd/CommandsInterface.java

    r31 r63  
    1616        public native HashMap<Object, Object> ContextCloseAll(); 
    1717 
    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); 
    2019 
    2120        public native HashMap<Object, Object> CommandPause(int contextId); 
     
    2322        public native HashMap<Object, Object> CommandResume(int contextId); 
    2423 
     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 
    2530        public native HashMap<Object, Object> InfoListStreams(int contextId); 
    2631 
    2732        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(); 
    2841} 
     42 
Note: See TracChangeset for help on using the changeset viewer.