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 Google Cloud Video Stitcher v1 API, specifically version 3.2.0."],["`CreateLiveSessionRequest` is a request message used by the `VideoStitcherService` to create a live session, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `CreateLiveSessionRequest()` and a copy constructor `CreateLiveSessionRequest(CreateLiveSessionRequest other)`."],["The `CreateLiveSessionRequest` class includes properties such as `LiveSession`, `Parent`, and `ParentAsLocationName`, which are used to define the parameters and location for creating the live session."],["There are multiple versions of the API, the latest being 3.3.0, with the documentation also providing info for older versions going back to 1.0.0."]]],[]]