Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
feat: added TimecodeConfig for specifying the source of timecode used…
Browse files Browse the repository at this point in the history
… in media workflow synchronization (#152)

* feat: added TimecodeConfig for specifying the source of timecode used in media workflow synchronization
feat: added Encryption for enabling output encryption with DRM systems
feat: added InputConfig to allow enabling/disabling automatic failover
feat: added new tasks to Event: inputSwitch, returnToProgram, mute, unmute
feat: added support for audio normalization and audio gain
docs: clarify behavior when update_mask is omitted in PATCH requests

PiperOrigin-RevId: 518110162

Source-Link: googleapis/googleapis@874ec6a

Source-Link: googleapis/googleapis-gen@414df04
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDE0ZGYwNGI1MGFjNzkzZDY1MjMwMzBlN2YyYjdjMjU2NWYxMjI3NyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 21, 2023
1 parent caed025 commit 638bd0a
Show file tree
Hide file tree
Showing 14 changed files with 3,354 additions and 38 deletions.
6 changes: 6 additions & 0 deletions google/cloud/video/live_stream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,18 @@
SegmentSettings,
SpriteSheet,
TextStream,
TimecodeConfig,
VideoStream,
)
from google.cloud.video.live_stream_v1.types.resources import (
AudioFormat,
AudioStreamProperty,
Channel,
Encryption,
Event,
Input,
InputAttachment,
InputConfig,
InputStreamProperty,
LogConfig,
VideoFormat,
Expand Down Expand Up @@ -82,13 +85,16 @@
"SegmentSettings",
"SpriteSheet",
"TextStream",
"TimecodeConfig",
"VideoStream",
"AudioFormat",
"AudioStreamProperty",
"Channel",
"Encryption",
"Event",
"Input",
"InputAttachment",
"InputConfig",
"InputStreamProperty",
"LogConfig",
"VideoFormat",
Expand Down
6 changes: 6 additions & 0 deletions google/cloud/video/live_stream_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,18 @@
SegmentSettings,
SpriteSheet,
TextStream,
TimecodeConfig,
VideoStream,
)
from .types.resources import (
AudioFormat,
AudioStreamProperty,
Channel,
Encryption,
Event,
Input,
InputAttachment,
InputConfig,
InputStreamProperty,
LogConfig,
VideoFormat,
Expand Down Expand Up @@ -83,12 +86,14 @@
"DeleteEventRequest",
"DeleteInputRequest",
"ElementaryStream",
"Encryption",
"Event",
"GetChannelRequest",
"GetEventRequest",
"GetInputRequest",
"Input",
"InputAttachment",
"InputConfig",
"InputStreamProperty",
"ListChannelsRequest",
"ListChannelsResponse",
Expand All @@ -107,6 +112,7 @@
"StartChannelRequest",
"StopChannelRequest",
"TextStream",
"TimecodeConfig",
"UpdateChannelRequest",
"UpdateInputRequest",
"VideoFormat",
Expand Down
Loading

0 comments on commit 638bd0a

Please sign in to comment.