Commit cde795ea by aquilescanta Committed by kim-vde

Fix typo in DrmSessionManager's javadoc

PiperOrigin-RevId: 326413433
parent fcb263a4
...@@ -105,7 +105,7 @@ public interface DrmSessionManager { ...@@ -105,7 +105,7 @@ public interface DrmSessionManager {
/** /**
* Returns the {@link ExoMediaCrypto} type associated to sessions acquired for the given {@link * Returns the {@link ExoMediaCrypto} type associated to sessions acquired for the given {@link
* Format}. Returns the {@link UnsupportedMediaCrypto} type if this DRM session manager does not * Format}. Returns the {@link UnsupportedMediaCrypto} type if this DRM session manager does not
* support "any of the DRM schemes defined in the given {@link Format}. If the {@link Format} * support any of the DRM schemes defined in the given {@link Format}. If the {@link Format}
* describes unencrypted content, returns an {@link ExoMediaCrypto} type if this DRM session * describes unencrypted content, returns an {@link ExoMediaCrypto} type if this DRM session
* manager would associate a {@link #acquirePlaceholderSession placeholder session} to the given * manager would associate a {@link #acquirePlaceholderSession placeholder session} to the given
* {@link Format}, or null otherwise. * {@link Format}, or null otherwise.
......
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