YoutubeBroadcastCommand constructor

YoutubeBroadcastCommand()

Implementation

YoutubeBroadcastCommand() {
  addSubcommand(YoutubeTransitionBroadcastCommand());
  addSubcommand(YoutubeListBroadcastCommand());
  addSubcommand(YoutubeInsertBroadcastCommand());
  addSubcommand(YoutubeDeleteBroadcastCommand());
  addSubcommand(YoutubeBindBroadcastCommand());
  addSubcommand(YoutubeUpdateBroadcastCommand());
}