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