Table of Contents

Class YouTubeSinkSettings

Namespace
VisioForge.Core.Types.X.Sinks
Assembly
VisioForge.Core.dll

YouTube sink settings.

public class YouTubeSinkSettings : IMediaBlockSettings

Inheritance

Implements

Inherited Members

Constructors

YouTubeSinkSettings(string)

Initializes a new instance of the VisioForge.Core.Types.X.Sinks.YouTubeSinkSettings class.

public YouTubeSinkSettings(string key)

Parameters

key string

The YouTube streaming key.

Properties

Key

Gets or sets the YouTube streaming key.

public string Key { get; set; }

Property Value

string

Methods

CreateBlock()

Creates the media block instance for YouTube sink.

public MediaBlock CreateBlock()

Returns

MediaBlock

A new instance of VisioForge.Core.MediaBlocks.Sinks.YouTubeSinkBlock configured with these settings.