Show / Hide Table of Contents

    Class AudioMediaReceivedEventArgs

    Event arguments of an AudioMediaReceived event.

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

    Constructors

    AudioMediaReceivedEventArgs()

    Declaration
    public AudioMediaReceivedEventArgs()

    Properties

    Buffer

    The received audio media buffer.

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