Sha256: 37709a1bc3e498ba9c86a66f2819adce4d6c450d7765f6baf78274c57f8c4206

Contents?: true

Size: 941 Bytes

Versions: 16

Compression:

Stored size: 941 Bytes

Contents

<?xml version="1.0"?>
<tags>
  <!-- an event cue point -->
  <metatag event="onCuePoint">
    <name>TestEvent1</name>
    <timestamp>333</timestamp>
    <parameters>
      <speaker>Peter</speaker>
      <says>Hello my Name is Peter.</says>
    </parameters>
    <type>event</type>
  </metatag>

  <!-- a navigation cue point -->
  <metatag event="onCuePoint">
    <name>TestEvent2</name>
    <timestamp>1000</timestamp>
    <parameters>
      <index>1</index>
      <title>Chapter 1</title>
    </parameters>
    <type>navigation</type>
  </metatag>
  
  <!-- this cuepoint overwrites the previous cue point, because of it's 
  identical timestamps and the overwrite parameter was set -->
   
  <metatag event="onCuePoint" overwrite="true">
    <name>TestEvent3</name>
    <timestamp>1000</timestamp>
    <parameters>
      <index>1</index>
      <title>Chapter 2</title>
    </parameters>
    <type>navigation</type>
  </metatag>
</tags>


Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
marcandre-flvedit-0.6.1 test/fixtures/tags.xml
marcandre-flvedit-0.6.2 test/fixtures/tags.xml
marcandre-flvedit-0.6.3 test/fixtures/tags.xml
marcandre-flvedit-0.6.4 test/fixtures/tags.xml
marcandre-flvedit-0.7.0 test/fixtures/tags.xml
marcandre-flvedit-0.7.1 test/fixtures/tags.xml
marcandre-flvedit-0.7.2 test/fixtures/tags.xml
marcandre-flvedit-0.7.3 test/fixtures/tags.xml
flvedit-0.7.4 test/fixtures/tags.xml
flvedit-0.7.2 test/fixtures/tags.xml
flvedit-0.7.1 test/fixtures/tags.xml
flvedit-0.6.4 test/fixtures/tags.xml
flvedit-0.7.0 test/fixtures/tags.xml
flvedit-0.6.1 test/fixtures/tags.xml
flvedit-0.6.3 test/fixtures/tags.xml
flvedit-0.6.2 test/fixtures/tags.xml