Show / Hide Table of Contents

    Class AudioSettings

    Audio frame player settings

    Inheritance
    Object
    AudioSettings
    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 class AudioSettings

    Constructors

    AudioSettings(UInt32)

    Default constructor

    Declaration
    public AudioSettings(uint buffersizeInMs)
    Parameters
    Type Name Description
    UInt32 buffersizeInMs

    Properties

    BufferSizeInMs

    Audio buffer length in ms

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