Skip to content

Commit

Permalink
KUX-1761: Upgrade exoplayer to Media 3
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-bondarenko85 committed Dec 20, 2023
1 parent 33101de commit bf6b108
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dtglib/src/main/java/com/kaltura/dtg/exoparser/C.java
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ private C() {}
public static final int STREAM_TYPE_DEFAULT = STREAM_TYPE_MUSIC;

/**
* Content types for {@link com.kaltura.android.exoplayer2.audio.AudioAttributes}.
* Content types for {@link com.kaltura.androidx.media3.exoplayer.audio.AudioAttributes}.
*/
@Retention(RetentionPolicy.SOURCE)
@IntDef({CONTENT_TYPE_MOVIE, CONTENT_TYPE_MUSIC, CONTENT_TYPE_SONIFICATION, CONTENT_TYPE_SPEECH,
Expand Down Expand Up @@ -257,7 +257,7 @@ private C() {}
android.media.AudioAttributes.CONTENT_TYPE_UNKNOWN;

/**
* Flags for {@link com.kaltura.android.exoplayer2.audio.AudioAttributes}.
* Flags for {@link com.kaltura.androidx.media3.exoplayer.audio.AudioAttributes}.
* <p>
* Note that {@code FLAG_HW_AV_SYNC} is not available because the player takes care of setting the
* flag when tunneling is enabled via a track selector.
Expand All @@ -272,7 +272,7 @@ private C() {}
android.media.AudioAttributes.FLAG_AUDIBILITY_ENFORCED;

/**
* Usage types for {@link com.kaltura.android.exoplayer2.audio.AudioAttributes}.
* Usage types for {@link com.kaltura.androidx.media3.exoplayer.audio.AudioAttributes}.
*/
@Retention(RetentionPolicy.SOURCE)
@IntDef({USAGE_ALARM, USAGE_ASSISTANCE_ACCESSIBILITY, USAGE_ASSISTANCE_NAVIGATION_GUIDANCE,
Expand Down

0 comments on commit bf6b108

Please sign in to comment.