mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Remove deprecated method.
This commit is contained in:
parent
4dc8e8f951
commit
d108c13535
@ -80,15 +80,6 @@ public class StreamingDrmSessionManager implements DrmSessionManager {
|
||||
private byte[] schemePsshData;
|
||||
private byte[] sessionId;
|
||||
|
||||
/**
|
||||
* @deprecated Use the other constructor, passing null as {@code optionalKeyRequestParameters}.
|
||||
*/
|
||||
@Deprecated
|
||||
public StreamingDrmSessionManager(UUID uuid, Looper playbackLooper, MediaDrmCallback callback,
|
||||
Handler eventHandler, EventListener eventListener) throws UnsupportedSchemeException {
|
||||
this(uuid, playbackLooper, callback, null, eventHandler, eventListener);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param uuid The UUID of the drm scheme.
|
||||
* @param playbackLooper The looper associated with the media playback thread. Should usually be
|
||||
|
Loading…
x
Reference in New Issue
Block a user