-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4aad3c
commit 85cf1e4
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,9 @@ object MediaItems { | |
* ### DRM Playback | ||
* To use DRM playback, you must provide *both* a valid [playbackToken] and a valid [drmToken] | ||
* | ||
* DRM is currently in beta. If you are interested in participating, or have questions, please | ||
* email [email protected] | ||
* | ||
* @param playbackId A playback ID for a Mux Asset | ||
* @param maxResolution The maximum resolution that should be requested over the network | ||
* @param minResolution The minimum resolution that should be requested over the network | ||
|
@@ -107,7 +110,10 @@ object MediaItems { | |
* To use secure playback, you must provide a valid [playbackToken] | ||
* | ||
* ### DRM Playback | ||
* To use DRM playback, you must provide *both* a valid [playbackToken] and a valid [drmToken] | ||
* To use DRM playback, you must provide *both* a valid [playbackToken] and a valid [drmToken]. | ||
* | ||
* DRM is currently in beta. If you are interested in participating, or have questions, please | ||
* email [email protected] | ||
* | ||
* ## Controlling resolution | ||
* You can use the [maxResolution] and [minResolution] parameters to control the possible video | ||
|