VideoPlayer Members
The following tables list the members exposed by the VideoPlayer type.
Public Constructors
Name | Description | |
---|---|---|
VideoPlayer | Initializes a new instance of this class. |
Public Properties
Name | Description | |
---|---|---|
IsDisposed | Gets a value that indicates whether the object is disposed. | |
IsLooped | Gets a value that indicates whether the player is playing video in a loop. | |
IsMuted | Gets or sets the muted setting for the video player. | |
PlayPosition | Gets the play position within the currently playing video. | |
State | Gets the media playback state, MediaState. | |
Video | Gets the Video that is currently playing. | |
Volume | Gets or sets the video player volume. |
Public Methods
Name | Description | |
---|---|---|
Dispose | Immediately releases the unmanaged resources used by this object. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetTexture | Retrieves a Texture2D containing the current frame of video being played. | |
GetType | (Inherited from Object.) | |
Pause | Pauses the currently playing video. | |
Play | Plays a Video. | |
Resume | Resumes a paused video. | |
Stop | Stops playing a video. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |