PHP 8.4 library and CLI tools to read, modify, and generate ProPresenter 7 files: songs (.pro), playlists (.proplaylist), bundles (.probundle), themes, and the global library files (Macros, Labels, Groups, ClearGroups, CCLI, Messages, Timers, Stage, Workspace, Props, TestPatterns, Calendar, KeyMappings, CommunicationDevices). Built on the MIT-licensed ProPresenter7-Proto schema by greyshirtguy (v7.16.2). Includes 18 CLI parsers, comprehensive API docs in doc/, binary-format specs, and a synthetic 369-test PHPUnit suite covering RTF extraction, translation slides, ZIP64 repair, round-trip fidelity, and end-to-end generation.
26 lines
938 B
PHP
26 lines
938 B
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: proApiV1LayerType.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class ProApiV1LayerType
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\xD2\x01\x0A\x17proApiV1LayerType.proto\x12\x07rv.data*p\x0A\x10API_v1_LayerType\x12\x09\x0A\x05audio\x10\x00\x12\x09\x0A\x05props\x10\x01\x12\x0C\x0A\x08messages\x10\x02\x12\x11\x0A\x0Dannouncements\x10\x03\x12\x09\x0A\x05slide\x10\x04\x12\x09\x0A\x05media\x10\x05\x12\x0F\x0A\x0Bvideo_input\x10\x06B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|