@return a set of the format ids used in this record
()
| 433 | * @return a set of the format ids used in this record |
| 434 | */ |
| 435 | public Set<String> getFormats() { |
| 436 | return mFormatAndSample.keySet(); |
| 437 | } |
| 438 | |
| 439 | /** |
| 440 | * Returns true if the record contains the specified format field |