···22 Id string `json:"id" cborgen:"id"`
23 // signingKey: The DID of the signing key used for this segment
24 SigningKey string `json:"signingKey" cborgen:"signingKey"`
0025 // startTime: When this segment started
26 StartTime string `json:"startTime" cborgen:"startTime"`
27 Video []*Segment_Video `json:"video,omitempty" cborgen:"video,omitempty"`
···22 Id string `json:"id" cborgen:"id"`
23 // signingKey: The DID of the signing key used for this segment
24 SigningKey string `json:"signingKey" cborgen:"signingKey"`
25+ // size: The size of the segment in bytes
26+ Size *int64 `json:"size,omitempty" cborgen:"size,omitempty"`
27 // startTime: When this segment started
28 StartTime string `json:"startTime" cborgen:"startTime"`
29 Video []*Segment_Video `json:"video,omitempty" cborgen:"video,omitempty"`