summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/HTTPStream.h
Commit message (Collapse)AuthorAgeFilesLines
* Support for customizable socket-read timeouts through the HTTP response.Andreas Huber2010-05-111-0/+3
| | | | | | | | | Specify a response header of "X-SocketTimeout: 15" to override the default timeout of 5 secs with a timeout of 15 seconds. Specify a negative value to disable the timeout altogether. Change-Id: I545adf3d8b3f7efe5f8d081a641c6404440a77db related-to-bug: 2675721
* HTTPStream and HTTPDataSource now support cancellation of the connection ↵Andreas Huber2010-03-121-0/+3
| | | | | | | process, AwesomePlayer takes advantage of this in cases where ::reset() or ::suspend() is called while in the preparation phase to bail out early. Also fixes in issue where the audio codec was not properly stopped if no audio player object ever took ownership. Change-Id: I6d73defe6d276693853a469db267bb2668d07af5 related-to-bugs: 2475845,2414536
* Fixing the build by renaming private "string.h" header file.Andreas Huber2009-10-191-1/+1
|
* Separated private from public header files.Andreas Huber2009-10-131-0/+75