Show / Hide Table of Contents

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

true if cancel affidavit; otherwise, false.

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

true if cancel playback; otherwise, false.

PlayedSource

Gets or sets the played source.

Declaration
public Source PlayedSource { get; set; }
Property Value
Type Description
Source

The played source.

Back to top Copyright © 2018 RevelDigital
Generated by DocFX