Show / Hide Table of Contents

Enum LiveBroadcastsResource.ListRequest.BroadcastTypeEnum

The broadcastType parameter filters the API response to only include broadcasts with the specified type. This is only compatible with the mine filter for now.

Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public enum BroadcastTypeEnum

Fields

Name Description
All

Return all broadcasts.

Event__

Return only scheduled event broadcasts.

Persistent

Return only persistent broadcasts.

Back to top