Class PlayedEventArgs
Media played event arguments.
Inheritance
System.Object
PlayedEventArgs
Namespace: RevelDigital.Player.RevelScript
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class PlayedEventArgs
Properties
CancelAffidavit
Gets or sets a value indicating whether to cancel affidavit logging of this playback.
Declaration
public bool CancelAffidavit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
CancelPlayback
Gets or sets a value indicating whether to cancel playback of this media item.
Declaration
public bool CancelPlayback { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
PlayedSource
Gets or sets the played source.
Declaration
public Source PlayedSource { get; set; }
Property Value
Type | Description |
---|---|
Source | The played source. |