Broadcast

C# Methods for YouTube > Broadcast

YouTubeAddTags

Add tags for a specific YouTube broadcast with the given ID

0.2.4
public bool YouTubeAddTags(List<string> tags, string broadcastId)

YouTubeClearTags

Clears all tags for a specific YouTube broadcast with the given ID

0.2.4
public bool YouTubeClearTags(string broadcastId)

YouTubeGetLatestMonitoredBroadcast

Retrieves 'Broadcast Information' on the most recently monitored YouTube broadcast.

0.2.4
public YouTubeBroadcastInfo YouTubeGetLatestMonitoredBroadcast()

YouTubeGetMonitoredBroadcasts

Retrieves 'Broadcast Information' on all currently monitored YouTube broadcasts.

0.2.4
public List<YouTubeBroadcastInfo> YouTubeGetMonitoredBroadcasts()

YouTubeRemoveTags

Remove selected tags for a specific YouTube broadcast with the given ID

0.2.4
public bool YouTubeRemoveTags(List<string> tags, string broadcastId)

YouTubeSetCategory

Sets the YouTube category for the selected broadcast

0.2.4
public bool YouTubeSetCategory(string categoryName, string broadcastId)

YouTubeSetDescription

Sets the YouTube description for the selected broadcast

0.2.4
public bool YouTubeSetDescription(string description, string broadcastId)

YouTubeSetMetaData

Sets the YouTube meta data for the selected broadcast

0.2.4
public bool YouTubeSetMetaData(string title, string description, string privacy, string categoryName, string broadcastId)

YouTubeSetPrivacy

Updates the privacy setting of the specified YouTube broadcast

0.2.4
public bool YouTubeSetPrivacy(string privacy, string broadcastId)

YouTubeSetTitle

Sets the YouTube title for the selected broadcast

0.2.4
public bool YouTubeSetTitle(string title, string broadcastId)