[This is preliminary documentation and subject to change.]

The length of this media in milliseconds.


Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)

Syntax

Visual Basic (Declaration)
Public Property Duration As Long
C#
public long Duration { get; set; }
C++
public property long Duration sealed  {
    __int64 get();
    void set(__int64 value);
}
J#
/** property */
public long get_Duration();

/** property */
public void set_Duration(long value);
JScript
public function get Duration() : long

public function set Duration(value : long);

Remarks

If this media has no known duration this property should be set to 0.

See Also