mirror of
https://github.com/androidx/media.git
synced 2025-05-17 04:29:55 +08:00
Promote MappedTrackInfo.RendererSupport IntDef to public
This is referred to from the public API surface, so it should also be public: https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/trackselection/MappingTrackSelector.MappedTrackInfo.html#getRendererSupport(int) #minor-release PiperOrigin-RevId: 421578232
This commit is contained in:
parent
bfce8f5456
commit
379b6bb7e1
@ -70,7 +70,7 @@ public abstract class MappingTrackSelector extends TrackSelector {
|
||||
RENDERER_SUPPORT_EXCEEDS_CAPABILITIES_TRACKS,
|
||||
RENDERER_SUPPORT_PLAYABLE_TRACKS
|
||||
})
|
||||
@interface RendererSupport {}
|
||||
public @interface RendererSupport {}
|
||||
/** The renderer does not have any associated tracks. */
|
||||
public static final int RENDERER_SUPPORT_NO_TRACKS = 0;
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user