Struct google_youtube3::api::LiveStream
source · pub struct LiveStream {
pub cdn: Option<CdnSettings>,
pub content_details: Option<LiveStreamContentDetails>,
pub etag: Option<String>,
pub id: Option<String>,
pub kind: Option<String>,
pub snippet: Option<LiveStreamSnippet>,
pub status: Option<LiveStreamStatus>,
}
Expand description
A live stream describes a live ingestion point.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- delete live streams (none)
- insert live streams (request|response)
- list live streams (none)
- update live streams (request|response)
Fields§
§cdn: Option<CdnSettings>
The cdn object defines the live stream’s content delivery network (CDN) settings. These settings provide details about the manner in which you stream your content to YouTube.
content_details: Option<LiveStreamContentDetails>
The content_details object contains information about the stream, including the closed captions ingestion URL.
etag: Option<String>
Etag of this resource.
id: Option<String>
The ID that YouTube assigns to uniquely identify the stream.
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string “youtube#liveStream”.
snippet: Option<LiveStreamSnippet>
The snippet object contains basic details about the stream, including its channel, title, and description.
status: Option<LiveStreamStatus>
The status object contains information about live stream’s status.
Trait Implementations§
source§impl Clone for LiveStream
impl Clone for LiveStream
source§fn clone(&self) -> LiveStream
fn clone(&self) -> LiveStream
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more