Ejemplo n.º 1
0
    protected int defineSymbol(
        Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter) throws IOException {
      int id = getNextId(movie);

      if (jpegData != null) {
        definitionWriter.tagDefineBitsJPEG2(id, jpegData);
      } else if (jpegIn != null) {
        definitionWriter.tagDefineBitsJPEG2(id, jpegIn);
      }

      return id;
    }