Class MediaInfo.Metadata
The metadata for the photo/video. Uses MediaMetadataAbstract to preserve photo/video subtypes (e.g. VideoMetadata.duration).
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class MediaInfo.Metadata : MediaInfo
Constructors
View SourceMetadata(MediaMetadata)
Initializes a new instance of the MediaInfo.Metadata class.
Declaration
public Metadata(MediaMetadata value)
Parameters
| Type | Name | Description |
|---|---|---|
| MediaMetadata | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public MediaMetadata Value { get; }
Property Value
| Type | Description |
|---|---|
| MediaMetadata |