Ejemplo n.º 1
0
 private BMEssence CreateBmEssence(BMContent bmContent, S3Locator location, JToken mediaInfo)
 {
     return(new BMEssence
     {
         BmContent = bmContent.Id,
         Locations = new Locator[] { location },
         ["technicalMetadata"] = mediaInfo
     });
 }
Ejemplo n.º 2
0
 private BMEssence CreateBmEssence(BMContent bmContent, S3Locator location)
 => new BMEssence
 {
     BmContent = bmContent.Id,
     Locations = new Locator[] { location }
 };