Show / Hide Table of Contents

    Class DataMediaBuffer

    Reserved for the internal use.

    Inheritance
    Object
    DataMediaBuffer
    Implements
    IDisposable
    Inherited Members
    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 abstract class DataMediaBuffer : IDisposable

    Constructors

    DataMediaBuffer()

    Declaration
    protected DataMediaBuffer()

    Properties

    Data

    Reserved for the internal use.

    Declaration
    public byte[] Data { get; protected set; }
    Property Value
    Type Description
    Byte[]

    MediaSourceId

    Reserved for the internal use.

    Declaration
    public uint MediaSourceId { get; protected set; }
    Property Value
    Type Description
    UInt32

    Methods

    Dispose()

    Reserved for the internal use.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Reserved for the internal use.

    Declaration
    protected abstract void Dispose(bool disposing)
    Parameters
    Type Name Description
    Boolean disposing

    Implements

    System.IDisposable
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.