disguise developers

Python API

Execute Python code in Designer sessions to control and query projects programmatically.

ProofOfPlaySubsystem

Subsystem that tracks video playback across all layers for proof-of-play reporting

Properties

getRecords : List[ProofOfPlayRecord] (Read-Only)

A snapshot of all currently active playback records

Constructors

__init__(self)

Methods

getRecentRecords(self, n: int) -> List[ProofOfPlayRecord]

Returns the N most recently completed playback records (max 300), oldest first