Player Members
Include Protected Members
Include Inherited Members
Allows access to playback controls for the associated shape in the current window.
The Player type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
CurrentPosition | Gets or sets a 64-bit signed integer that represents the current position of the player in the media. Read/write. | |
Parent | Returns the parent object for the specified object. Read-only. | |
State | Returns the current state of the player. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
GoToNextBookmark | Goes to the next bookmark. | |
GoToPreviousBookmark | Goes to the previous bookmark. | |
Pause | Pauses the media. | |
Play | Plays the specified sound effect. | |
Stop | Stops the media playing in the specified object. |
Top