Constructor with initial format string.params the format string format = s;
format = s;
Deafault constructor.
Copies the current instance.returnthe copy of this object SDPFormat retval = new SDPFormat(); retval.format = format; return retval;
SDPFormat retval = new SDPFormat(); retval.format = format; return retval;
Returns the object contents.returnthe format string return format;
return format;
Gets the format string.returnthe format string return format;
Sets the format string.paramfmt the new format string format = fmt;
format = fmt;