Click or drag to resize

GHAMediaPlayerBaseMediaFinishedPlaying Property

[This is preliminary documentation and is subject to change.]

Momentary. Raised when currently selected media is finished playing and the play state of the device is true

Namespace:  GHASchema.Classes.Device.AudioVideo
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public abstract bool MediaFinishedPlaying { get; set; }

Property Value

Type: Boolean

Implements

IMediaPlayerMediaFinishedPlaying
See Also