Search Results for

    Show / Hide Table of Contents

    Class ErrorConcealmentMethod

    Error concealment methods for OpenH264, matching the "ERROR_CON_IDC" enum.

    Inheritance
    System.Object
    ErrorConcealmentMethod
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: FM.LiveSwitch.OpenH264
    Assembly: FM.LiveSwitch.OpenH264.dll
    Syntax
    public sealed class ErrorConcealmentMethod

    Properties

    Disable

    Gets an error concealment method of OpenH264 "ERROR_CON_DISABLE".

    Declaration
    public static ErrorConcealmentMethod Disable { get; }
    Property Value
    Type Description
    ErrorConcealmentMethod

    FrameCopy

    Gets an error concealment method of OpenH264 "ERROR_CON_FRAME_COPY".

    Declaration
    public static ErrorConcealmentMethod FrameCopy { get; }
    Property Value
    Type Description
    ErrorConcealmentMethod

    FrameCopyCrossIdr

    Gets an error concealment method of OpenH264 "ERROR_CON_FRAME_COPY_CROSS_IDR".

    Declaration
    public static ErrorConcealmentMethod FrameCopyCrossIdr { get; }
    Property Value
    Type Description
    ErrorConcealmentMethod

    SliceCopy

    Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY".

    Declaration
    public static ErrorConcealmentMethod SliceCopy { get; }
    Property Value
    Type Description
    ErrorConcealmentMethod

    SliceCopyCrossIdr

    Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY_CROSS_IDR".

    Declaration
    public static ErrorConcealmentMethod SliceCopyCrossIdr { get; }
    Property Value
    Type Description
    ErrorConcealmentMethod

    SliceCopyCrossIdrFreezeResChange

    Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY_CROSS_IDR_FREEZE_RES_CHANGE".

    Declaration
    public static ErrorConcealmentMethod SliceCopyCrossIdrFreezeResChange { get; }
    Property Value
    Type Description
    ErrorConcealmentMethod

    SliceMvCopyCrossIdr

    Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_MV_COPY_CROSS_IDR".

    Declaration
    public static ErrorConcealmentMethod SliceMvCopyCrossIdr { get; }
    Property Value
    Type Description
    ErrorConcealmentMethod

    SliceMvCopyCrossIdrFreezeResChange

    Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE".

    Declaration
    public static ErrorConcealmentMethod SliceMvCopyCrossIdrFreezeResChange { get; }
    Property Value
    Type Description
    ErrorConcealmentMethod

    Value

    Gets the internal integer value representation of this error concealment method.

    Declaration
    public int Value { get; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.24.3