Bitmovin Player API 8.271.0
    Preparing search index...

    Interface QueryParameters

    A map of query parameter names to values.

    Example:

    const query_parameters = {
    name: 'value',
    'another-name': 'another-value',
    // Empty values are allowed
    name3: '',
    // Names without values are also allowed
    name4: null,
    }

    The resulting query string of the example will be name=value&another-name=another-value&name3=&name4.

    Indexable

    • [name: string]: string