mirror of https://github.com/androidx/media
Add OptIn annotation to method declaration in demo app file
#cherrypick
PiperOrigin-RevId: 648641357
(cherry picked from commit 0510370bd2
)
This commit is contained in:
parent
5b60f6c67d
commit
6946f49997
|
@ -100,6 +100,7 @@ public final class DemoUtil {
|
|||
.setExtensionRendererMode(extensionRendererMode);
|
||||
}
|
||||
|
||||
@OptIn(markerClass = androidx.media3.common.util.UnstableApi.class)
|
||||
public static synchronized DataSource.Factory getHttpDataSourceFactory(Context context) {
|
||||
if (httpDataSourceFactory != null) {
|
||||
return httpDataSourceFactory;
|
||||
|
|
Loading…
Reference in New Issue