Class BearerCapability.ITU_T.Layer1Capability.Layer1Protocol

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable
    Enclosing class:
    BearerCapability.ITU_T.Layer1Capability

    public static final class BearerCapability.ITU_T.Layer1Capability.Layer1Protocol
    extends NamedInteger
    ITU-T User Information Layer 1 Protocol constants.

    The API offered by this class is as if the type were specified in ASN.1 as follows.

     Layer1Protocol ::= ENUMERATED {
         ... ,
         V110_I460_X30        (1),
         G711_MU_LAW          (2),
         G711_A_LAW           (3),
         G721_I460            (4),
         H221_H242            (5),
         H223_H245            (6),
         NON_ITU_STANDARDISED (7),
         V120                 (8),
         X31                  (9),
         G728_LD_CELP        (10),
         ...
     }
    See Also:
    Serialized Form
    • Field Detail

      • _V110_I460_X30

        public static final int _V110_I460_X30
        ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption V.110, I.460, and X.30.
        See Also:
        Constant Field Values
      • _G711_MU_LAW

        public static final int _G711_MU_LAW
        ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.711 μ-law.
        See Also:
        Constant Field Values
      • _G711_A_LAW

        public static final int _G711_A_LAW
        ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.711 A-law.
        See Also:
        Constant Field Values
      • _G721_I460

        public static final int _G721_I460
        ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.721 32kbit/s ADPCM and Recommendation I.460.
        See Also:
        Constant Field Values
      • _H221_H242

        public static final int _H221_H242
        ITU-T User Information Layer 1 Protocol constant corresponding to Recommendations H.221 and H.242.
        See Also:
        Constant Field Values
      • _H223_H245

        public static final int _H223_H245
        ITU-T User Information Layer 1 Protocol constant corresponding to Recommendations H.223 and H.245.
        See Also:
        Constant Field Values
      • _NON_ITU_STANDARDISED

        public static final int _NON_ITU_STANDARDISED
        ITU-T User Information Layer 1 Protocol constant corresponding to non-ITU-T standardised rate adaption.
        See Also:
        Constant Field Values
      • _V120

        public static final int _V120
        ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption V.120.
        See Also:
        Constant Field Values
      • _X31

        public static final int _X31
        ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption X.31 HDLC flag stuffing.
        See Also:
        Constant Field Values
      • _G728_LD_CELP

        public static final int _G728_LD_CELP
        ISO/IEC User Information Layer 1 Protocol constant corresponding to ISO/IEC standardised Low-Delay Code Excited Linear Prediction.
        See Also:
        Constant Field Values
      • MIN_VALUE

        public static final int MIN_VALUE
        Minimum value that a Layer1Protocol instance may take (0).
        See Also:
        Constant Field Values
      • MAX_VALUE

        public static final int MAX_VALUE
        Maximum value that a Layer1Protocol instance may take (31).
        See Also:
        Constant Field Values