Show / Hide Table of Contents

    Class AudioVideoFramePlayerSettings

    AudioVideoFramePlayer settings. This will help configure the player settings.

    Inheritance
    Object
    AudioVideoFramePlayerSettings
    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 AudioVideoFramePlayerSettings

    Constructors

    AudioVideoFramePlayerSettings(AudioSettings, VideoSettings, UInt32)

    Constructor

    Declaration
    public AudioVideoFramePlayerSettings(AudioSettings audioSettings, VideoSettings videoSettings, uint minEnqueuedMediaLengthInMs)
    Parameters
    Type Name Description
    AudioSettings audioSettings

    BufferSize needs to be set to the size of AudioMediaBuffer to be sent

    VideoSettings videoSettings
    UInt32 minEnqueuedMediaLengthInMs

    Properties

    AudioSettings

    Audio settings

    Declaration
    public AudioSettings AudioSettings { get; set; }
    Property Value
    Type Description
    AudioSettings

    MinEnqueuedMediaLengthInMs

    The minimum length after which the player will raise the LowOnFrames event

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

    VideoSettings

    Video Settings

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