Show / Hide Table of Contents

    Class DataMediaReceivedEventArgs

    Reserved for the internal use.

    Inheritance
    Object
    EventArgs
    DataMediaReceivedEventArgs
    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 DataMediaReceivedEventArgs : EventArgs

    Constructors

    DataMediaReceivedEventArgs()

    Declaration
    public DataMediaReceivedEventArgs()

    Properties

    Buffer

    Reserved for the internal use.

    Declaration
    public DataMediaBuffer Buffer { get; }
    Property Value
    Type Description
    DataMediaBuffer
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.