Class AudioSyntaxChecker

  • All Implemented Interfaces:
    Serializable, SchemaObject

    public final class AudioSyntaxChecker
    extends SyntaxChecker
    A SyntaxChecker which verifies that a value is an Audio according to RFC 2252.
     The encoding of a value with Audio syntax is the octets of the value
     itself, an 8KHz uncompressed encoding compatible with the SunOS 
     4.1.3 'play' utility. We implement it as a binary element.
     
    It has been removed in RFC 4517
    Author:
    Apache Directory Project
    See Also:
    Serialized Form
    • Field Detail

      • INSTANCE

        public static final AudioSyntaxChecker INSTANCE
        A static instance of AudioSyntaxChecker
    • Constructor Detail

      • AudioSyntaxChecker

        private AudioSyntaxChecker​(String oid)
        Creates a new instance of AudioSyntaxChecker
        Parameters:
        oid - The OID to use for this SyntaxChecker