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 document provides reference documentation for the `CreateLiveSessionRequest` class within the Video Stitcher v1 API, specifically version 3.1.0, and details the request message for `VideoStitcherService.createLiveSession`."],["The `CreateLiveSessionRequest` class is part of the `Google.Cloud.Video.Stitcher.V1` namespace and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["The class has two constructors, one default and one that takes another `CreateLiveSessionRequest` object, and it has properties for `LiveSession`, `Parent`, and `ParentAsLocationName` which are crucial for creating a live session."],["The document references previous and future versions of the API, ranging from version 1.0.0 up to the latest version, 3.3.0."],["The `Parent` property specifies the project and location where the live session will be created, while the `LiveSession` property is required for defining parameters for the live session."]]],[]]