File: Example.xml

package info (click to toggle)
mediaconch 25.04-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,828 kB
  • sloc: ansic: 126,293; cpp: 39,636; javascript: 34,300; xml: 2,950; sh: 2,121; makefile: 200; python: 183
file content (7 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
<?xml version="1.0"?>
<policy type="and" name="Audio is Ogg Vorbis?" license="CC-BY-4.0+">
  <description>Checking if audio encoding is Vorbis inside an Ogg container.</description>

  <rule name="File format is Ogg?" value="Format" tracktype="General" occurrence="*" operator="=">Ogg</rule>
  <rule name="Audio format is Vorbis?" value="Format" tracktype="Audio" occurrence="*" operator="=">Vorbis</rule>
</policy>