Search Results for

    Show / Hide Table of Contents

    Interface IVideoStream

    Video stream interface.

    Inherited Members
    IMediaStream.LocalBandwidth
    IMediaStream.RemoteBandwidth
    IMediaStream.MaxSendBitrate
    IMediaStream.MaxReceiveBitrate
    IMediaStream.LocalCanonicalName
    IMediaStream.RemoteCanonicalName
    IMediaStream.InputMuted
    IMediaStream.OutputMuted
    IMediaStream.PreferredCodecs
    IMediaStream.GetCodecDisabled(String)
    IMediaStream.SetCodecDisabled(String, Boolean)
    IMediaStream.RemoteEncoding
    IMediaStream.SimulcastMode
    IMediaStream.Info
    IMediaStream.ControlTransportInfo
    IMediaStream.OnLocalEncodingDisabled
    IMediaStream.OnLocalEncodingEnabled
    IMediaStream.OnDiscardBitrateRequest
    IMediaStream.OnDiscardBitrateNotification
    IMediaStream.RaiseBitrateRequest(BitrateRequest)
    IMediaStream.RaiseBitrateNotification(BitrateNotification)
    IMediaStream.RemoteMuted
    IMediaStream.CachedLocalDirection
    IMediaStream.RemoteRequestedDeactivation
    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 IVideoStream : IMediaStream, IStream

    Properties

    H264Disabled

    Gets or sets whether H.264 is disabled.

    Declaration
    bool H264Disabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    H265Disabled

    Gets or sets whether H.265 is disabled.

    Declaration
    bool H265Disabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Vp8Disabled

    Gets or sets whether VP8 is disabled.

    Declaration
    bool Vp8Disabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Vp9Disabled

    Gets or sets whether VP9 is disabled.

    Declaration
    bool Vp9Disabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    RaiseKeyFrameRequest(Int64[])

    Raises a keyframe request to the local track.

    Declaration
    void RaiseKeyFrameRequest(long[] synchronizationSources)
    Parameters
    Type Name Description
    System.Int64[] synchronizationSources

    The synchronization sources.

    Events

    OnDiscardKeyFrameRequest

    Raised when a keyframe request is discarded due to policy restrictions or lack of support by the remote endpoint.

    Declaration
    event Action1<long[]> OnDiscardKeyFrameRequest
    Event Type
    Type Description
    Action1<System.Int64[]>
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0