propresenter-php/generated/GPBMetadata/AnalyticsTimeline.php
Thorsten Bus 22ba4aff7d refactor: make repo Composer-compatible by moving php/ to root and ref/ to doc/reference_samples
- Move src/, tests/, bin/, generated/, proto/, composer.json, composer.lock, phpunit.xml from php/ to repo root
- Move ref/ to doc/reference_samples/ for better organization
- Remove vendor/ from git tracking (now properly gitignored)
- Update all test file paths (dirname adjustments and ref/ -> doc/reference_samples/)
- Update all documentation paths (AGENTS.md, doc/*.md)
- Remove php.bak/ directory
- All 252 tests pass
2026-03-30 13:26:29 +02:00

26 lines
1.7 KiB
PHP

<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: analyticsTimeline.proto
namespace GPBMetadata;
class AnalyticsTimeline
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile(
"\x0A\xA3\x06\x0A\x17analyticsTimeline.proto\x12\x0Crv.analytics\"\xAE\x05\x0A\x08Timeline\x128\x0A\x0Btrigger_cue\x18\x01 \x01(\x0B2!.rv.analytics.Timeline.TriggerCueH\x00\x12/\x0A\x06action\x18\x02 \x01(\x0B2\x1D.rv.analytics.Timeline.ActionH\x00\x126\x0A\x0Arecord_cue\x18\x03 \x01(\x0B2 .rv.analytics.Timeline.RecordCueH\x00\x1A\xCD\x02\x0A\x0ATriggerCue\x12C\x0A\x0Ctrigger_type\x18\x01 \x01(\x0E2-.rv.analytics.Timeline.TriggerCue.TriggerType\x12E\x0A\x0Dtiming_source\x18\x02 \x01(\x0E2..rv.analytics.Timeline.TriggerCue.TimingSource\"n\x0A\x0BTriggerType\x12\x16\x0A\x12TRIGGER_TYPE_SLIDE\x10\x00\x12\x16\x0A\x12TRIGGER_TYPE_MEDIA\x10\x01\x12\x16\x0A\x12TRIGGER_TYPE_AUDIO\x10\x02\x12\x17\x0A\x13TRIGGER_TYPE_ACTION\x10\x03\"C\x0A\x0CTimingSource\x12\x1A\x0A\x16TIMING_SOURCE_INTERNAL\x10\x00\x12\x17\x0A\x13TIMING_SOURCE_SMPTE\x10\x01\x1A\x98\x01\x0A\x06Action\x12=\x0A\x0Baction_type\x18\x01 \x01(\x0E2(.rv.analytics.Timeline.Action.ActionType\"O\x0A\x0AActionType\x12\x14\x0A\x10ACTION_TYPE_PLAY\x10\x00\x12\x14\x0A\x10ACTION_TYPE_STOP\x10\x01\x12\x15\x0A\x11ACTION_TYPE_RESET\x10\x02\x1A\x0B\x0A\x09RecordCueB\x07\x0A\x05EventBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3"
, true);
static::$is_initialized = true;
}
}