Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] add XBMCMediaDrmOnEventListener.java #13707

Merged
merged 1 commit into from
Mar 29, 2018
Merged

[Android] add XBMCMediaDrmOnEventListener.java #13707

merged 1 commit into from
Mar 29, 2018

Conversation

peak3d
Copy link
Contributor

@peak3d peak3d commented Mar 28, 2018

Description

Java implementation of MediaDrmEventListener (for JNI usage)

Motivation and Context

MediaDRM will be switched from NDK -> JNI because of issues in the NDK.
The Java MediaDRM requires an Event Listener class which in turn notifies the C++ application via JNI that an event ovccurred

Because packaging / compiling / dexing of java components is part of the kodi packaging process, the class must be added to kodi.

How Has This Been Tested?

Android DRM encrypted sample streams

Types of change

  • Bug fix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves existing functionality)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@peak3d peak3d added Type: Feature non-breaking change which adds functionality Platform: Android v18 Leia labels Mar 28, 2018
@peak3d peak3d merged commit 4c4a552 into xbmc:master Mar 29, 2018
@peak3d peak3d deleted the mediadrm branch March 29, 2018 12:13
@Rechi Rechi added this to the Leia 18.0-alpha2 milestone Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Android Type: Feature non-breaking change which adds functionality v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants