Show / Hide Table of Contents

    Class AudioSendBuffer

    Creates an Audio Buffer for Send and also implements Dispose

    Inheritance
    Object
    AudioSendBuffer
    Namespace: Microsoft.Graph.Communications.Calls.Media
    Assembly: Microsoft.Graph.Communications.Calls.Media.dll
    Syntax
    public class AudioSendBuffer : AudioMediaBuffer

    Constructors

    AudioSendBuffer(IntPtr, Int64, AudioFormat, Int64)

    Initializes a new instance of the AudioSendBuffer class.

    Declaration
    public AudioSendBuffer(IntPtr data, long length, AudioFormat audioFormat, long timeStamp = 0L)
    Parameters
    Type Name Description
    IntPtr data

    The buffer data.

    Int64 length

    The length of the buffer.

    AudioFormat audioFormat

    The audio format.

    Int64 timeStamp

    The time stamp.

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    Boolean disposing
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.