Class FacebookLiveSinkSettings
Facebook Live sink settings.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.Sinks
Assembly: VisioForge.Core.dll
Syntax
public class FacebookLiveSinkSettings : IMediaBlockSettings
Constructors
FacebookLiveSinkSettings(string)
Initializes a new instance of the FacebookLiveSinkSettings class.
Declaration
public FacebookLiveSinkSettings(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The Facebook Live streaming key. |
Properties
Key
Gets or sets the Facebook Live 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. |