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
            • PlayerSdkEvents
            • PlayerSdkStatus
  • Access management
  • Pricing policy
  • Audit Trails events
  • Release notes

In this article:

  • Enumeration Members
  • CurrentTimeChange
  • DurationChange
  • ErrorChange
  • MutedChange
  • SourceChange
  • StatusChange
  • UtcStartTimeChange
  • VideoTypeChange
  • VolumeChange
  1. Video Player
  2. SDK
  3. JavaScript
  4. API reference
  5. Enumerations
  6. PlayerSdkEvents

Enumeration: PlayerSdkEvents

Written by
Yandex Cloud
Updated at October 9, 2024
  • Enumeration Members
    • CurrentTimeChange
    • DurationChange
    • ErrorChange
    • MutedChange
    • SourceChange
    • StatusChange
    • UtcStartTimeChange
    • VideoTypeChange
    • VolumeChange

Player events.

Enumeration MembersEnumeration Members

  • CurrentTimeChange
  • DurationChange
  • ErrorChange
  • MutedChange
  • SourceChange
  • StatusChange
  • UtcStartTimeChange
  • VideoTypeChange
  • VolumeChange

CurrentTimeChangeCurrentTimeChange

• CurrentTimeChange = "CurrentTimeChange"

Changing the position on the timeline (in seconds).

DurationChangeDurationChange

• DurationChange = "DurationChange"

Changing video duration (in seconds).

ErrorChangeErrorChange

• ErrorChange = "ErrorChange"

New error or error reset.

MutedChangeMutedChange

• MutedChange = "MutedChange"

Changing the video muted status.

SourceChangeSourceChange

• SourceChange = "SourceChange"

Changing the content source.

StatusChangeStatusChange

• StatusChange = "StatusChange"

Changing the playback status.

UtcStartTimeChangeUtcStartTimeChange

• UtcStartTimeChange = "UtcStartTimeChange"

Changing the UTC video start time (in seconds).

VideoTypeChangeVideoTypeChange

• VideoTypeChange = "VideoTypeChange"

Changing the video type.

VolumeChangeVolumeChange

• VolumeChange = "VolumeChange"

Changing the sound volume in a video.

Was the article helpful?

Previous
Modules
Next
PlayerSdkStatus
Yandex project
© 2025 Yandex.Cloud LLC