getID3::ProcessAudioStreams

Advertisement

Syntax Syntax

getID3::ProcessAudioStreams()

Return Return

(bool)

Source Source

File: wp-includes/ID3/getid3.php

					return false;
				}
				if (!empty($this->info['playtime_seconds'])) {
					$PlaytimeSeconds = $this->info['playtime_seconds'];
				} else {
					return false;
				}
				if (!empty($this->info['video']['bitrate'])) {
					$BitrateCompressed = $this->info['video']['bitrate'];
				} else {
					return false;
				}

Advertisement

Advertisement

Leave a Reply