mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00: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
80851807f2
commit
a36e0cf255
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ public abstract class MappingTrackSelector extends TrackSelector {
|
||||||
RENDERER_SUPPORT_EXCEEDS_CAPABILITIES_TRACKS,
|
RENDERER_SUPPORT_EXCEEDS_CAPABILITIES_TRACKS,
|
||||||
RENDERER_SUPPORT_PLAYABLE_TRACKS
|
RENDERER_SUPPORT_PLAYABLE_TRACKS
|
||||||
})
|
})
|
||||||
@interface RendererSupport {}
|
public @interface RendererSupport {}
|
||||||
/** The renderer does not have any associated tracks. */
|
/** The renderer does not have any associated tracks. */
|
||||||
public static final int RENDERER_SUPPORT_NO_TRACKS = 0;
|
public static final int RENDERER_SUPPORT_NO_TRACKS = 0;
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue