Show / Hide Table of Contents

    Class LowOnFramesEventArgs

    LowOnFrames event arguments

    Inheritance
    Object
    EventArgs
    LowOnFramesEventArgs
    AudioLowOnFramesEventArgs
    VideoLowOnFramesEventArgs
    Inherited Members
    EventArgs.Empty
    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 LowOnFramesEventArgs : EventArgs

    Constructors

    LowOnFramesEventArgs()

    Declaration
    public LowOnFramesEventArgs()

    Properties

    MediaType

    MediaType of the low on frame event

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

    RemainingMediaLengthInMS

    Remaining enqueued media length in MS

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