getid3_matroska::BlockLacingType

Advertisement

Syntax Syntax

getid3_matroska::BlockLacingType( int $lacingtype )

Parameters Parameters

$lacingtype

(Required)

Return Return

(string|int)

Source Source

File: wp-includes/ID3/module.audio-video.matroska.php

		// 978307200 == mktime(0, 0, 0, 1, 1, 2001) == January 1, 2001 12:00:00am UTC
		return round(($EBMLdatestamp / 1000000000) + 978307200);
	}

	/**
	 * @param int $target_type
	 *
	 * @return string|int
	 */
	public static function TargetTypeValue($target_type) {
		// http://www.matroska.org/technical/specs/tagging/index.html

Advertisement

Advertisement

Leave a Reply