<?php
if (!defined('GETID3_INCLUDEPATH')) {
exit;
}
class getid3_dts extends getid3_handler
{
const syncword = "\x7F\xFE\x80\x01";
private $readBinDataOffset = 0;
public static $syncwords = array(
0 => "\x7F\xFE\x80\x01",
1 => "\xFE\x7F\x01\x80",
2 => "\x1F\xFF\xE8\x00",
3 => "\xFF\x1F\x00\xE8");