Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Video
    • Overview
    • Control
    • Troubleshooting
      • Overview
      • IFrame
      • iOS
        • Getting started
        • Player initialization parameters
        • Player methods
        • Player state
        • Player events
          • Modules
            • PlayerSdkApi
            • PlayerSdkEventHandlers
            • PlayerSdkInitConfig
            • PlayerSdkSourceParams
            • PlayerSdkState
  • Access management
  • Pricing policy
  • Audit Trails events
  • Release notes

In this article:

  • Hierarchy
  • Properties
  • autoplay
  • element
  • muted
  • source
  • startPosition
  • volume
  1. Video Player
  2. SDK
  3. JavaScript
  4. API reference
  5. Interfaces
  6. PlayerSdkInitConfig

Interface: PlayerSdkInitConfig

Written by
Yandex Cloud
Updated at October 9, 2024
  • Hierarchy
  • Properties
    • autoplay
    • element
    • muted
    • source
    • startPosition
    • volume

PlayerSdk initialization parameters

HierarchyHierarchy

  • PlayerSdkSourceParams

    ↳ PlayerSdkInitConfig

PropertiesProperties

  • autoplay
  • element
  • muted
  • source
  • startPosition
  • volume

autoplayautoplay

• Optional autoplay: boolean

Indicates whether to start video playback automatically.

Inherited from

PlayerSdkSourceParams.autoplay

elementelement

• element: string | HTMLElement

String containing the ID of the element or the element itself to embed the player in.

mutedmuted

• Optional muted: boolean

muted status of a video.

sourcesource

• Optional source: string

Video source.

startPositionstartPosition

• Optional startPosition: Seconds

Start position of content playback (in seconds).

Inherited from

PlayerSdkSourceParams.startPosition

volumevolume

• Optional volume: number

Sound volume level of a video.

Was the article helpful?

Previous
PlayerSdkEventHandlers
Next
PlayerSdkSourceParams
Yandex project
© 2025 Yandex.Cloud LLC