mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-05-03 09:01:44 +00:00
* Protocol for r/21_u7 Network Protocol Version 785 * Update changelog with bullets and enum changes section * Update README --------- Co-authored-by: Yash Shroff <yshroff@microsoft.com> Co-authored-by: Yash Shroff <yashshroff@Yashs-MBP.local>
35 lines
2.1 KiB
Plaintext
35 lines
2.1 KiB
Plaintext
digraph "PlayerVideoCapturePacket" {
|
|
rankdir = LR
|
|
0
|
|
0 -> 1
|
|
1 -> 2
|
|
2 -> 3
|
|
3 -> 4
|
|
2 -> 5
|
|
5 -> 6
|
|
2 -> 7
|
|
7 -> 8
|
|
1 -> 9
|
|
9 -> 10
|
|
10 -> 11
|
|
1 -> 12
|
|
12 -> 13
|
|
|
|
0 [label="PlayerVideoCapturePacket",comment="name: \"PlayerVideoCapturePacket\", typeName: \"\", id: 0, branchId: 324, recurseId: -1, attributes: 0, notes: \"\""];
|
|
1 [label="Dependency on 'Action'",shape=note,comment="name: \"Dependency on 'Action'\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 2, notes: \"\""];
|
|
2 [label="Start Video Capture",shape=diamond,comment="name: \"Start Video Capture\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 4, notes: \"\""];
|
|
3 [label="Action",comment="name: \"Action\", typeName: \"\", id: 3, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
4 [label="bool",comment="name: \"bool\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
5 [label="FrameRate",comment="name: \"FrameRate\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
6 [label="unsigned int",comment="name: \"unsigned int\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
7 [label="FilePrefix",comment="name: \"FilePrefix\", typeName: \"\", id: 7, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
8 [label="string",comment="name: \"string\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
9 [label="Stop Video Capture",shape=diamond,comment="name: \"Stop Video Capture\", typeName: \"\", id: 9, branchId: 1, recurseId: -1, attributes: 4, notes: \"\""];
|
|
10 [label="Action",comment="name: \"Action\", typeName: \"\", id: 10, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
11 [label="bool",comment="name: \"bool\", typeName: \"\", id: 11, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
12 [label="Default",shape=diamond,comment="name: \"Default\", typeName: \"\", id: 12, branchId: 2, recurseId: -1, attributes: 4, notes: \"\""];
|
|
13 [label="[No Data]",comment="name: \"[No Data]\", typeName: \"\", id: 13, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;4;6;8;11;13}
|
|
|
|
}
|