コード例 #1
0
 /**
  * @inheritdoc
  */
 public function __construct()
 {
     parent::__construct();
     $this->language = 0x0;
     $this->contentDescriptor = '';
     $this->lyrics = '';
     $this->textEncoding = 0x0;
 }
コード例 #2
0
 /**
  * @inheritdoc
  */
 public function __construct()
 {
     parent::__construct();
     $this->textEncoding = 0x0;
     $this->language = 0x0;
     $this->timestampFormat = 0x0;
     $this->contentType = 0x0;
     $this->contentDescriptor = '';
     $this->syncs = new ArrayCollection();
 }
コード例 #3
0
 /**
  * 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();
 }
コード例 #4
0
 /**
  * Constructs new text information frame
  */
 public function __construct()
 {
     parent::__construct();
     $this->textEncoding = 0x0;
     $this->information = '';
 }
コード例 #5
0
 /**
  * Constructs new event timing code frame
  */
 public function __construct()
 {
     parent::__construct();
     $this->timestampFormat = 0x1;
     $this->events = new ArrayCollection();
 }
コード例 #6
0
 /**
  * Constructs new synchronised tempo codes frame
  */
 public function __construct()
 {
     parent::__construct();
     $this->timestampFormat = 0x1;
     $this->tempoData = (string) '';
 }
コード例 #7
0
 /**
  * Constructs new url link frame
  */
 public function __construct()
 {
     parent::__construct();
     $this->url = '';
 }