public sealed class CreateLiveSessionRequest : IMessage<CreateLiveSessionRequest>, IEquatable<CreateLiveSessionRequest>, IDeepCloneable<CreateLiveSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class CreateLiveSessionRequest.
Request message for VideoStitcherService.createLiveSession.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `CreateLiveSessionRequest` class within the Google Cloud Video Stitcher v1 API, specifically version 2.0.0."],["`CreateLiveSessionRequest` is a request message used for initiating the creation of a live session in the Video Stitcher service."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffering."],["It contains properties such as `LiveSession`, `Parent`, and `ParentAsLiveSessionName`, which are required parameters for setting up a new live session, defining its configuration and the project/location where it will reside."],["There are several versions of this documentation, from 1.0.0 up to the latest 3.3.0, although the page focuses on the 2.0.0 version."]]],[]]