Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Video
    • Overview
    • Control
    • Troubleshooting
    • Browser autoplay policy
      • 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:

  • Properties
  • CurrentTimeChange
  • DurationChange
  • ErrorChange
  • MutedChange
  • SourceChange
  • StatusChange
  • UtcStartTimeChange
  • VideoTypeChange
  • VolumeChange
  1. Video Player
  2. SDK
  3. JavaScript
  4. API reference
  5. Interfaces
  6. PlayerSdkEventHandlers

Interface: PlayerSdkEventHandlers

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

PlayerSdk event handlers

PropertiesProperties

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

CurrentTimeChangeCurrentTimeChange

• CurrentTimeChange: (arg: { currentTime: null | Seconds }) => unknown

Type declaration

▸ (arg): unknown

Changing position on the timeline (in seconds).

Parameters

Name Type
arg Object
arg.currentTime null | Seconds

Returns

unknown

DurationChangeDurationChange

• DurationChange: (arg: { duration: null | Seconds }) => unknown

Type declaration

▸ (arg): unknown

Changing video duration (in seconds).

Parameters

Name Type
arg Object
arg.duration null | Seconds

Returns

unknown

ErrorChangeErrorChange

• ErrorChange: (arg: { error: null | PublicIFrameApiErrorInterface }) => unknown

Type declaration

▸ (arg): unknown

Called when the current error changes.

Parameters

Name Type
arg Object
arg.error null | PublicIFrameApiErrorInterface

Returns

unknown

MutedChangeMutedChange

• MutedChange: (arg: { muted: boolean }) => unknown

Type declaration

▸ (arg): unknown

Changing the muted status of a video.

Parameters

Name Type
arg Object
arg.muted boolean

Returns

unknown

SourceChangeSourceChange

• SourceChange: (arg: { source: null | string }) => unknown

Type declaration

▸ (arg): unknown

Changing the content source.

Parameters

Name Type
arg Object
arg.source null | string

Returns

unknown

StatusChangeStatusChange

• StatusChange: (arg: { status: PlayerSdkStatus }) => unknown

Type declaration

▸ (arg): unknown

Changing the playback status.

Parameters

Name Type
arg Object
arg.status PlayerSdkStatus

Returns

unknown

UtcStartTimeChangeUtcStartTimeChange

• UtcStartTimeChange: (arg: { utcStartTime: null | number }) => unknown

Type declaration

▸ (arg): unknown

Changing UTC video start time (in seconds).

Parameters

Name Type
arg Object
arg.utcStartTime null | number

Returns

unknown

VideoTypeChangeVideoTypeChange

• VideoTypeChange: (arg: { videoType: null | VideoType }) => unknown

Type declaration

▸ (arg): unknown

Changing the video type.

Parameters

Name Type
arg Object
arg.videoType null | VideoType

Returns

unknown

VolumeChangeVolumeChange

• VolumeChange: (arg: { volume: number }) => unknown

Type declaration

▸ (arg): unknown

Changing the sound volume level in a video.

Parameters

Name Type
arg Object
arg.volume number

Returns

unknown

Was the article helpful?

Previous
PlayerSdkApi
Next
PlayerSdkInitConfig
© 2025 Direct Cursus Technology L.L.C.