mirror of
https://github.com/Crunchy-DL/Crunchy-Downloader.git
synced 2026-03-11 17:45:39 +00:00
10 lines
No EOL
290 B
C#
10 lines
No EOL
290 B
C#
using System.Collections.Generic;
|
|
|
|
namespace CRD.Utils.Parser.Utils;
|
|
|
|
public class ManifestInfo{
|
|
public dynamic locations{ get; set; }
|
|
public dynamic contentSteeringInfo{ get; set; }
|
|
public dynamic representationInfo{ get; set; }
|
|
public dynamic eventStream{ get; set; }
|
|
} |