drm
Here are 108 public repositories matching this topic...
According to the HLS specification, we must sinalize that a given audio track is DVS by the addition of CHARACTERISTICS="public.accessibility.describes-video" tag. I wonder if we should implement an option at the Sequence level on mapped mode where I set "dvs": true or something and that propagates all the way to the HLS manifest. Thoughts on this one @erankor?
More information about this o
-
Updated
Apr 17, 2020 - Shell
-
Updated
Apr 30, 2020 - C#
While trying to learn how to use EVDI I discovered that evdi_get_event_ready is mentioned in the Quick Start, but not the detailed documentation. As I understand it, the detailed documentation is supposed to document all of libevdi.
Documentation
Problem
We have a lot of public APIs that do not come with any sort of documentation
Potential Solution
Add javadocs for all public APIs with example usages.
Impact
Improve the ease of use of the library.
AutoValue
Codebase diagram
-
Updated
May 7, 2020 - PHP
-
Updated
Jun 21, 2020 - Python
-
Updated
Feb 26, 2020 - C
Overview
As a user of the bootleg token, so I can try out the buying/selling process update the documentation so that it is clear how to use the BootegTokenApp contract and it's features.
Acceptance
- Bootleg website/SDK content updated with new content about the App, how to use it, where the code is on github
- Updated readme's in bootleg repo with mention of the App contract and how to u
-
Updated
May 29, 2020
-
Updated
Mar 30, 2020 - Python
-
Updated
Apr 2, 2020 - Shell
-
Updated
Apr 12, 2020 - C
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
May 31, 2020
Improve this page
Add a description, image, and links to the drm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the drm topic, visit your repo's landing page and select "manage topics."


In many older tutorials, we use things like
varand.then()that we forbid in our actual codebase. It would be more readable if the docs used a more modern syntax, especially aroundPromises. Not only isawaiteasier to read, but our use of.then()in docs may mislead a reader into thinking that they must do the same.