Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
83602358
authored
Jul 26, 2022
by
birdbird
Committed by
GitHub
Jul 26, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update JavaDoc accordingly
parent
6016418c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
libraries/session/src/main/java/androidx/media3/session/SimpleBitmapLoader.java
libraries/session/src/main/java/androidx/media3/session/SimpleBitmapLoader.java
View file @
83602358
...
@@ -38,15 +38,16 @@ import java.util.concurrent.Executors;
...
@@ -38,15 +38,16 @@ import java.util.concurrent.Executors;
/**
/**
* A simple bitmap loader that delegates all tasks to an executor and supports fetching images from
* A simple bitmap loader that delegates all tasks to an executor and supports fetching images from
*
HTTP/HTTPS endpoint
s.
*
{@code file} and {@code http}/{@code https} URI
s.
*
*
* <p>Loading tasks are delegated to an {@link ExecutorService} (or {@link
* <p>Loading tasks are delegated to an {@link ExecutorService} (or {@link
* ListeningExecutorService}) defined during construction. If no executor service is defined, all
* ListeningExecutorService}) defined during construction. If no executor service is defined, all
* tasks are delegated to a single-thread executor service that is shared between instances of this
* tasks are delegated to a single-thread executor service that is shared between instances of this
* class.
* class.
*
*
* <p>The supported URI scheme is only HTTP/HTTPS and this class reads a resource only when the
* <p>The supported URIs schemes are {@code file} and {@code http}/{@code https}.
* endpoint responds with an {@code HTTP 200} after sending the HTTP request.
* For HTTP(S) transfers, this class reads a resource only when the endpoint responds
* with an {@code HTTP 200} after sending the HTTP request.
*/
*/
@UnstableApi
@UnstableApi
public
final
class
SimpleBitmapLoader
implements
BitmapLoader
{
public
final
class
SimpleBitmapLoader
implements
BitmapLoader
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment