Skip to content

Commit

Permalink
Adding FieldOrder to Stream struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Gorman committed Jun 25, 2022
1 parent ca0e57e commit 8fb928e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions probedata.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ type Stream struct {
Disposition StreamDisposition `json:"disposition,omitempty"`
TagList Tags `json:"tags"`
Tags StreamTags `json:"-"` // Deprecated: Use TagList instead
FieldOrder string `json:"field_order,omitempty"`
Profile string `json:"profile,omitempty"`
Width int `json:"width"`
Height int `json:"height"`
Expand Down

0 comments on commit 8fb928e

Please sign in to comment.