Adaptive Media Player

AmpMux Docs

AmpMuxInfo

open class AmpMuxInfo : NSObject

Class in charge of generating the data to initialize the Mux SDK.

  • Creates a new instance of the AmpMuxInfo.

    Declaration

    Swift

    public init(environmentKey: String, videoMetaData: MUXSDKCustomerVideoData? = nil, customerPlayerData: MUXSDKCustomerPlayerData? = nil)

    Parameters

    environmentKey

    The client-side key used for Mux Data monitoring.

    videoMetaData

    The video metadata. Refer to Metadata.

    customerPlayerData

    The player metadata. Refer to Metadata.