Skip to content

Commit

Permalink
Updated Open GoPro Protobufs from Internal Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 23, 2024
1 parent 51c08ed commit 54461db
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 30 deletions.
3 changes: 0 additions & 3 deletions protobuf/cohn.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* cohn.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Mon Jul 1 21:48:19 UTC 2024 */

/***********************************************************************************************************************
*
* This file is automatically generated!!! Do not modify manually.
Expand Down
9 changes: 4 additions & 5 deletions protobuf/live_streaming.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* live_streaming.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Mon Jul 1 21:48:19 UTC 2024 */

/***********************************************************************************************************************
*
* This file is automatically generated!!! Do not modify manually.
Expand Down Expand Up @@ -106,7 +103,8 @@ message RequestSetLiveStreamMode {
/**
* Resolution to use for live stream
*
* The set of supported resolutions is only available from the `live_stream_window_size_supported_array` in @ref NotifyLiveStreamStatus)
* The set of supported resolutions is only available from the `live_stream_window_size_supported_array`
* in @ref NotifyLiveStreamStatus.
*/
optional EnumWindowSize window_size = 3;
optional bytes cert = 6; // Certificate for servers that require it in PEM format
Expand All @@ -116,7 +114,8 @@ message RequestSetLiveStreamMode {
/**
* Lens to use for live stream
*
* The set of supported lenses is only available from the `live_stream_lens_supported_array` in @ref NotifyLiveStreamStatus)
* The set of supported lenses is only available from the `live_stream_lens_supported_array`
* in @ref NotifyLiveStreamStatus.
*/
optional EnumLens lens = 10;
}
3 changes: 0 additions & 3 deletions protobuf/media.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* media.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Mon Jul 1 21:48:19 UTC 2024 */

/***********************************************************************************************************************
*
* This file is automatically generated!!! Do not modify manually.
Expand Down
3 changes: 0 additions & 3 deletions protobuf/network_management.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* network_management.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Mon Jul 1 21:48:19 UTC 2024 */

/***********************************************************************************************************************
*
* This file is automatically generated!!! Do not modify manually.
Expand Down
6 changes: 2 additions & 4 deletions protobuf/preset_status.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* preset_status.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Mon Jul 1 21:48:19 UTC 2024 */

/***********************************************************************************************************************
*
* This file is automatically generated!!! Do not modify manually.
Expand Down Expand Up @@ -252,7 +249,7 @@ message RequestCustomPresetUpdate {
*/
optional EnumPresetTitle title_id = 1;
/**
* UTF-8 encoded custom preset name
* UTF-8 encoded custom preset name to be used if `title_id` is set to 94 (PRESET_TITLE_USER_DEFINED_CUSTOM_NAME)
*
* The name must obey the following:
*
Expand All @@ -278,6 +275,7 @@ message PresetGroup {
repeated Preset preset_array = 2; // Array of Presets contained in this Preset Group
optional bool can_add_preset = 3; // Is there room in the group to add additional Presets?
optional EnumPresetGroupIcon icon = 4; // The icon to display for this preset group
repeated EnumFlatMode mode_array = 5; // A list of flatmodes available for this preset group
}

/**
Expand Down
3 changes: 0 additions & 3 deletions protobuf/request_get_preset_status.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* request_get_preset_status.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Mon Jul 1 21:48:19 UTC 2024 */

/***********************************************************************************************************************
*
* This file is automatically generated!!! Do not modify manually.
Expand Down
3 changes: 0 additions & 3 deletions protobuf/response_generic.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* response_generic.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Mon Jul 1 21:48:19 UTC 2024 */

/***********************************************************************************************************************
*
* This file is automatically generated!!! Do not modify manually.
Expand Down
3 changes: 0 additions & 3 deletions protobuf/set_camera_control_status.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* set_camera_control_status.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Mon Jul 1 21:48:19 UTC 2024 */

/***********************************************************************************************************************
*
* This file is automatically generated!!! Do not modify manually.
Expand Down
3 changes: 0 additions & 3 deletions protobuf/turbo_transfer.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* turbo_transfer.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Mon Jul 1 21:48:19 UTC 2024 */

/***********************************************************************************************************************
*
* This file is automatically generated!!! Do not modify manually.
Expand Down

0 comments on commit 54461db

Please sign in to comment.