VisioForge (c) 2025

Search Results for

    Class YouTubeSinkSettings

    YouTube sink settings.

    Inheritance
    object
    YouTubeSinkSettings
    Implements
    IMediaBlockSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    Implements

    IMediaBlockSettings