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."],[[["The `CreateLiveSessionRequest` class is part of the Google Cloud Video Stitcher v1 API and is used to request the creation of a live session."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and usability within .NET environments."],["The class contains two primary constructors, one default and one that accepts another `CreateLiveSessionRequest` instance, allowing for initialization and cloning."],["The `CreateLiveSessionRequest` class requires `LiveSession` parameters and a `Parent` string, which represents the project and location in which the live session will be created."],["The documentation is versioned, with 3.3.0 being the latest version available, alongside six other versions dating back to 1.0.0, which are linked on this webpage."]]],[]]