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:
ibaker 2022-01-13 16:56:59 +00:00 committed by Ian Baker
parent bfce8f5456
commit 379b6bb7e1

View File

@ -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;
/**