Skip to content

Commit

Permalink
Add new event for setNext completion
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Jul 4, 2024
1 parent 944a5b4 commit d96a6d6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Player.md
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,21 @@ class MediaProductTransitionMessage {
}
```

### NextMediaProductSetMessage

```java
/**
* Message fired to signify successful execution of a setNext call.
*/
class MediaProductTransitionMessage {

/**
* Loopback of the MediaProduct successfully set as next.
*/
MediaProduct nextMediaProduct;
}
```

### PlaybackStateChangedMessage

```java
Expand Down

0 comments on commit d96a6d6

Please sign in to comment.