Ignore:
Timestamp:
08/24/10 20:27:38 (21 months ago)
Author:
shiretu
Message:

-- added bandwidth filter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/androidapplestreaming/src/main.cpp

    r96 r102  
    124124 
    125125        uint32_t contextId = (uint32_t) ASC_RES_PARAM(result, "contextId"); 
     126        result = CommandSetBitrates(contextId, " [800000]"); 
     127        FINEST("result:\n%s", STR(result.ToString())); 
     128 
    126129        result = CommandPlay(contextId, MY_URL, MY_SESSION_ID, MY_KEY); 
    127130        FINEST("result:\n%s", STR(result.ToString())); 
Note: See TracChangeset for help on using the changeset viewer.