Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

ezmedia

Summary

Contains information about a video file.

Persistent

Yes.

Attributes

Attribute

Type

Description

contentobject_attribute_id

string

The identification number of the content object attribute.

version

string

The content object version.

filename

string

The name of the file in the eZ publish var directory (for example "44b963c9e8d1ffa80cbb08e84d576735.avi").

original_filename

string

The original filename (for example "ezpublish-mediademo.avi").

mime_type

string

The MIME type (for example "video/x-msvideo").

width

string

The playback width - in number of pixels (for example "640").

height

string

The playback height - in number of pixels (for example "480").

has_controller

string

Either 1 or 0 (show controller or do not show controller).

controls

string

Either 1 or 0 - Real Media specific - controls the control-bar.

is_autoplay

string

Either 1 or 0 (automatically start playback or not).

pluginspage

string

A URL that leads to the plug-in that is required for proper playback.

quality

string

Flash specific - controls the quality of the media.

is_loop

string

Either 1 or 0 (looped playback or single-cycle).

filesize

integer

The number of bytes the media file consumes.

filepath

string

The path to the media file (for example "var/storage/original/video/44b963c9e8d1ffa80cbb08e84d576735.avi").

mime_type_category

string

The MIME type category (for example "video").

mime_type_part

string

The MIME type part (for example "x-msvideo").

Balazs Halasy (30/03/2005 11:00 am)

Balazs Halasy (01/04/2007 2:55 pm)


Comments

There are no comments.