File: TestAmf0.xml

package info (click to toggle)
flvmeta 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,000 kB
  • sloc: ansic: 14,457; xml: 120; makefile: 5
file content (40 lines) | stat: -rw-r--r-- 962 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<associativeArray xmlns="http://schemas.flvmeta.org/AMF0/">
  <entry name="hasMetadata">
    <boolean value="true"/>
  </entry>
  <entry name="hasVideo">
    <boolean value="true"/>
  </entry>
  <entry name="hasAudio">
    <boolean value="true"/>
  </entry>
  <entry name="duration">
    <number value="597.56"/>
  </entry>
  <entry name="metadatacreator">
    <string>flvmeta 1.0.8</string>
  </entry>
  <entry name="hascuepoints">
    <boolean value="false"/>
  </entry>
  <entry name="cuepoints">
    <array/>
  </entry>
  <entry name="keyframes">
    <associativeArray>
      <entry name="times">
        <array>
          <number value="0.0"/>
          <number value="0.2"/>
        </array>
      </entry>
      <entry name="filepositions">
        <array>
          <number value="3142.0"/>
          <number value="3221.0"/>
        </array>
      </entry>
    </associativeArray>
  </entry>
</associativeArray>