THEOplayer Web SDK
    Preparing search index...

    Interface CommonUtils

    Utils that serve common use cases. For example encoding and decoding a base64 string to Uint8Array and vice versa.

    interface CommonUtils {
        base64: Base64Util;
    }
    Index

    Properties

    Properties

    base64: Base64Util