mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Remove deprecated method.
This commit is contained in:
parent
4dc8e8f951
commit
d108c13535
1 changed files with 0 additions and 9 deletions
|
|
@ -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…
Reference in a new issue