propresenter-php/generated/GPBMetadata/Propresenter.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

29 lines
1.5 KiB
PHP

<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: propresenter.proto
namespace GPBMetadata;
class Propresenter
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
\GPBMetadata\Action::initOnce();
\GPBMetadata\ApplicationInfo::initOnce();
\GPBMetadata\Playlist::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\xB5\x04\x0A\x12propresenter.proto\x12\x07rv.data\x1A\x15applicationInfo.proto\x1A\x0Eplaylist.proto\"\xEF\x02\x0A\x10PlaylistDocument\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12,\x0A\x04type\x18\x02 \x01(\x0E2\x1E.rv.data.PlaylistDocument.Type\x12\$\x0A\x09root_node\x18\x03 \x01(\x0B2\x11.rv.data.Playlist\x12#\x0A\x04tags\x18\x04 \x03(\x0B2\x15.rv.data.Playlist.Tag\x12.\x0A\x13live_video_playlist\x18\x05 \x01(\x0B2\x11.rv.data.Playlist\x12-\x0A\x12downloads_playlist\x18\x06 \x01(\x0B2\x11.rv.data.Playlist\"O\x0A\x04Type\x12\x10\x0A\x0CTYPE_UNKNOWN\x10\x00\x12\x15\x0A\x11TYPE_PRESENTATION\x10\x01\x12\x0E\x0A\x0ATYPE_MEDIA\x10\x02\x12\x0E\x0A\x0ATYPE_AUDIO\x10\x03\"?\x0A\x10SettingsDocument\x12%\x0A\x06labels\x18\x02 \x03(\x0B2\x15.rv.data.Action.LabelJ\x04\x08\x01\x10\x02B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
, true);
static::$is_initialized = true;
}
}