CoordinationWaitPoint interface
Wait point interface for a suspension.
Remarks
Used by MediaSessionCoordinatorSuspension to schedule a suspension at a specific media position.
Properties
max |
Optional. The max clients to wait for before a suspension ends. |
position | The position in milliseconds that the suspension should begin. |
reason | Optional. The reason for the suspension. |
Property Details
maxClients
Optional. The max clients to wait for before a suspension ends.
maxClients?: number
Property Value
number
position
The position in milliseconds that the suspension should begin.
position: number
Property Value
number
reason
Optional. The reason for the suspension.
reason?: string
Property Value
string