Interface RiffChunkIDType

All Known Implementing Classes:
RiffChunkID

@Immutable public interface RiffChunkIDType
A FourCC chunk ID.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Check preconditions for the type.
     
  • Method Details

    • value

      @Parameter String value()
      Returns:
      The chunk ID string
    • checkPreconditions

      @Check default void checkPreconditions()
      Check preconditions for the type.