Class Expression

  • All Implemented Interfaces:
    Serializable

    public class Expression
    extends Object
    implements Serializable
    expression determines if the object is a sample or the full version of the object, or even if it is a continuous stream (sample | full | nonstop). Default value is 'full'. It is an optional attribute.
    See Also:
    Serialized Form
    • Field Detail

      • FULL

        public static final Expression FULL
        Represents a complete media object.
      • SAMPLE

        public static final Expression SAMPLE
        Represents a sample media object.
      • NONSTOP

        public static final Expression NONSTOP
        represents a streaming media object.