Class YouTubeSinkSettings
YouTube sink settings.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.Sinks
Assembly: VisioForge.Core.dll
Syntax
public class YouTubeSinkSettings : IMediaBlockSettings
Constructors
YouTubeSinkSettings(string)
Initializes a new instance of the YouTubeSinkSettings class.
Declaration
public YouTubeSinkSettings(string key)
Parameters
Type | Name | Description |
---|---|---|
string | key | The YouTube streaming key. |
Properties
Key
Gets or sets the YouTube streaming key.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string | The key. |
Methods
CreateBlock()
Creates the block.
Declaration
public MediaBlock CreateBlock()
Returns
Type | Description |
---|---|
MediaBlock | MediaBlock. |