Class MediaContainerInfo
Media container info.
Inherited Members
Namespace: VisioForge.Core.Types.MediaInfo
Assembly: VisioForge.Core.dll
Syntax
public class MediaContainerInfo
Constructors
MediaContainerInfo()
Initializes a new instance of the MediaContainerInfo class.
Declaration
public MediaContainerInfo()
Properties
Duration
Gets or sets the duration.
Declaration
public TimeSpan Duration { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The duration. |
Format
Gets or sets the format.
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
string | The format. |
Tags
Gets the tags.
Declaration
public List<MediaInfoTag> Tags { get; }
Property Value
Type | Description |
---|---|
List<MediaInfoTag> | The tags. |
Methods
ToString()
ToString.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | string. |