VideoMetadata.FromJson Method (JObject)

Creates a new instance of the VideoMetadata class using a JSON object.

Syntax

VideoMetadata.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

DotNetBox.VideoMetadata A new instance of the VideoMetadata class based on the JSON object’s data.