TechnologiesAudio

MediaSetup

iOSmacOStvOSwatchOSvisionOS

MediaSetup configures the account details a person uses to access a streaming media service so it integrates with system media playback on iOS and visionOS. You describe a user's credentials with an MSServiceAccount and run an MSSetupSession to register that account with the system. The session presents the service's authentication flow through an MSAuthenticationPresentationContext, letting the person sign in and link their service for playback.

Service Accounts 1

Describe the credentials a person uses to access a streaming media service.

  • Cl
    MSServiceAccountiOS 14.0+
    Account details for accessing a streaming media service.

Setup Sessions 2

Register a service account with the system and present its sign-in flow.

  • Cl
    MSSetupSessioniOS 14.0+
    An object that manages the transfer of configuration information between
  • Pr
    MSAuthenticationPresentationContext
    A protocol that provides media setup display information to the system.

Type Aliases 1

  • Ty
    MSPresentationAnchor
    A window that presents a Media Setup configuration view.
← Audio