Show / Hide Table of Contents

    Class VideoLowOnFramesEventArgs

    Video low on frame event args

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

    Constructors

    VideoLowOnFramesEventArgs()

    Declaration
    public VideoLowOnFramesEventArgs()

    Properties

    VideoFormat

    The video format for the low on frame event

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