Show / Hide Table of Contents

    Class VideoReceiveStatusChangedEventArgs

    Event arguments of a VideoReceiveStatusChanged event.

    Inheritance
    Object
    EventArgs
    VideoReceiveStatusChangedEventArgs
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.Skype.Bots.Media
    Assembly: Microsoft.Skype.Bots.Media.dll
    Syntax
    public class VideoReceiveStatusChangedEventArgs : EventArgs

    Constructors

    VideoReceiveStatusChangedEventArgs()

    Declaration
    public VideoReceiveStatusChangedEventArgs()

    Properties

    MediaReceiveStatus

    The media receive status.

    Declaration
    public MediaReceiveStatus MediaReceiveStatus { get; set; }
    Property Value
    Type Description
    MediaReceiveStatus

    MediaType

    MediaType of the video socket raising the event. This could be Video or Vbss.

    Declaration
    public MediaType MediaType { get; set; }
    Property Value
    Type Description
    MediaType

    SocketId

    Socket Id associated with the video receive event

    Declaration
    public int SocketId { get; set; }
    Property Value
    Type Description
    Int32
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.