IrisRtcSdkVideoCodecType Constants Reference

Declared in IrisRtcJingleSession.h

IrisRtcSdkVideoCodecType

Iris RTC Video codec types

  • kCodecTypeVP8
  • kCodecTypeH264
  • Definition

    typedef NS_ENUM(NSUInteger, IrisRtcSdkVideoCodecType ) {
       kCodecTypeVP8,
       kCodecTypeH264,
    };

    Constants

    kCodecTypeVP8

    Indicates that the video codec type is VP8.

    Declared In IrisRtcJingleSession.h.

    kCodecTypeH264

    Indicates that the video codec type is H264.

    Declared In IrisRtcJingleSession.h.

    Declared In

    IrisRtcJingleSession.h