Show / Hide Table of Contents

    Class VideoSendBuffer

    Creates a Video Buffer for Send and also implements Dispose

    Inheritance
    Object
    VideoSendBuffer
    Namespace: Microsoft.Graph.Communications.Calls.Media
    Assembly: Microsoft.Graph.Communications.Calls.Media.dll
    Syntax
    public class VideoSendBuffer : VideoMediaBuffer

    Constructors

    VideoSendBuffer(Byte[], UInt32, VideoFormat, Int64)

    Initializes a new instance of the VideoSendBuffer class.

    Declaration
    public VideoSendBuffer(byte[] buffer, uint length, VideoFormat format, long timeStamp = 0L)
    Parameters
    Type Name Description
    Byte[] buffer

    The buffer.

    UInt32 length

    The length.

    VideoFormat format

    The format.

    Int64 timeStamp

    The time stamp.

    VideoSendBuffer(IntPtr, Int64, VideoFormat, Int64)

    Initializes a new instance of the VideoSendBuffer class.

    Declaration
    public VideoSendBuffer(IntPtr data, long length, VideoFormat videoFormat, long timeStamp = 0L)
    Parameters
    Type Name Description
    IntPtr data

    The data.

    Int64 length

    The length.

    VideoFormat videoFormat

    The video 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.