mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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[] schemePsshData;
|
||||||
private byte[] sessionId;
|
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 uuid The UUID of the drm scheme.
|
||||||
* @param playbackLooper The looper associated with the media playback thread. Should usually be
|
* @param playbackLooper The looper associated with the media playback thread. Should usually be
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue