Search Results for

    Show / Hide Table of Contents

    Interface IDataStream<TDataChannel>

    Data stream interface.

    Inherited Members
    IStream.Id
    IStream.ExternalId
    IStream.MediaDescriptionId
    IStream.Type
    IStream.Tag
    IStream.Direction
    IStream.LocalDirection
    IStream.RemoteDirection
    IStream.ChangeDirection(StreamDirection)
    IStream.Label
    IStream.OnDirectionChange
    IStream.LocalSend
    IStream.LocalReceive
    IStream.RemoteSend
    IStream.RemoteReceive
    IStream.State
    IStream.OnStateChange
    IStream.TransportInfo
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public interface IDataStream<TDataChannel> : IStream
    Type Parameters
    Name Description
    TDataChannel

    Properties

    Channels

    Gets the channels.

    Declaration
    TDataChannel[] Channels { get; }
    Property Value
    Type Description
    TDataChannel[]

    Info

    Gets the data stream info.

    Declaration
    DataStreamInfo Info { get; }
    Property Value
    Type Description
    DataStreamInfo
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0