Exports
Extends:
events~EventEmitter → src/base.js~Base → Exports
Exports Class - Provides access to the Mux Data Exports API
Example:
const muxClient = new Mux(accessToken, secret);
const { Data } = muxClient;
// Lists the available video view exports along with URLs to retrieve them
Data.Exports.list();
Test:
Method Summary
Public Methods | ||
public |
Lists the available video view exports along with URLs to retrieve them |