VisioForge (c) 2025

Search Results for

    Class MediaBlockHelper

    MediaBlock helper.

    Inheritance
    object
    MediaBlockHelper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.MediaBlocks
    Assembly: VisioForge.Core.dll
    Syntax
    public static class MediaBlockHelper

    Methods

    SendEndOfStream(MediaBlock)

    Sends the end of stream.

    Declaration
    public static bool SendEndOfStream(this MediaBlock block)
    Parameters
    Type Name Description
    MediaBlock block

    The block.

    Returns
    Type Description
    bool

    true if successful, false otherwise.

    SendEvent(MediaBlock, Event)

    Sends the event.

    Declaration
    public static bool SendEvent(this MediaBlock block, Event evt)
    Parameters
    Type Name Description
    MediaBlock block

    The block.

    Event evt

    The evt.

    Returns
    Type Description
    bool

    true if successful, false otherwise.

    SetState(MediaBlock, State)

    Sets the state.

    Declaration
    public static bool SetState(this MediaBlock block, State state)
    Parameters
    Type Name Description
    MediaBlock block

    The block.

    State state

    The state.

    Returns
    Type Description
    bool

    true if successful, false otherwise.