Commit 6377e277 by aquilescanta Committed by Oliver Woodman

Move DrmSession into the core module

PiperOrigin-RevId: 292112214
parent 427db0b5
...@@ -19,7 +19,6 @@ import android.os.Parcel; ...@@ -19,7 +19,6 @@ import android.os.Parcel;
import android.os.Parcelable; import android.os.Parcelable;
import androidx.annotation.Nullable; import androidx.annotation.Nullable;
import com.google.android.exoplayer2.drm.DrmInitData; import com.google.android.exoplayer2.drm.DrmInitData;
import com.google.android.exoplayer2.drm.DrmSession;
import com.google.android.exoplayer2.drm.ExoMediaCrypto; import com.google.android.exoplayer2.drm.ExoMediaCrypto;
import com.google.android.exoplayer2.metadata.Metadata; import com.google.android.exoplayer2.metadata.Metadata;
import com.google.android.exoplayer2.util.MimeTypes; import com.google.android.exoplayer2.util.MimeTypes;
...@@ -163,8 +162,8 @@ public final class Format implements Parcelable { ...@@ -163,8 +162,8 @@ public final class Format implements Parcelable {
/** /**
* The type of the {@link ExoMediaCrypto} provided by the media source, if the media source can * The type of the {@link ExoMediaCrypto} provided by the media source, if the media source can
* acquire a {@link DrmSession} for {@link #drmInitData}. Null if the media source cannot acquire * acquire a DRM session for {@link #drmInitData}. Null if the media source cannot acquire a
* a session for {@link #drmInitData}, or if not applicable. * session for {@link #drmInitData}, or if not applicable.
*/ */
@Nullable public final Class<? extends ExoMediaCrypto> exoMediaCryptoType; @Nullable public final Class<? extends ExoMediaCrypto> exoMediaCryptoType;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment