/** * @inheritdoc */ public function __construct() { parent::__construct(); $this->language = 0x0; $this->contentDescriptor = ''; $this->lyrics = ''; $this->textEncoding = 0x0; }
/** * @inheritdoc */ public function __construct() { parent::__construct(); $this->textEncoding = 0x0; $this->language = 0x0; $this->timestampFormat = 0x0; $this->contentType = 0x0; $this->contentDescriptor = ''; $this->syncs = new ArrayCollection(); }
/** * Construct new mpeg lookup table */ public function __construct() { parent::__construct(); $this->mpegFramesBetweenReference = 0x0; $this->bytesBetweenReference = 0x0; $this->msBetweenReference = 0x0; $this->bitsNumberBytesDeviation = 0x0; $this->bitsNumberMsDeviation = 0x0; $this->references = new ArrayCollection(); }
/** * Constructs new text information frame */ public function __construct() { parent::__construct(); $this->textEncoding = 0x0; $this->information = ''; }
/** * Constructs new event timing code frame */ public function __construct() { parent::__construct(); $this->timestampFormat = 0x1; $this->events = new ArrayCollection(); }
/** * Constructs new synchronised tempo codes frame */ public function __construct() { parent::__construct(); $this->timestampFormat = 0x1; $this->tempoData = (string) ''; }
/** * Constructs new url link frame */ public function __construct() { parent::__construct(); $this->url = ''; }