Class YouTubeSinkSettings
- Namespace
- VisioForge.Core.Types.X.Sinks
- Assembly
- VisioForge.Core.dll
YouTube sink settings.
public class YouTubeSinkSettings : IMediaBlockSettingsInheritance
Implements
Inherited Members
Constructors
YouTubeSinkSettings(string)
Initializes a new instance of the VisioForge.Core.Types.X.Sinks.YouTubeSinkSettings class.
public YouTubeSinkSettings(string key)Parameters
keystring-
The YouTube streaming key.
Properties
Key
Gets or sets the YouTube streaming key.
public string Key { get; set; }Property Value
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.