mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 14:06:38 +03:00
PlaybackMethod Enum
This commit is contained in:
+3
-1
@@ -298,7 +298,9 @@ type Video struct {
|
||||
// future version of the specification. It is strongly advised to use
|
||||
// only the first element of this array in preparation for this
|
||||
// change.
|
||||
PlaybackMethod []int8 `json:"playbackmethod,omitempty"`
|
||||
// Note:
|
||||
// OpenRTB <=2.5 defined only methods 1..6.
|
||||
PlaybackMethod []adcom1.PlaybackMethod `json:"playbackmethod,omitempty"`
|
||||
|
||||
// Attribute:
|
||||
// playbackend
|
||||
|
||||
Reference in New Issue
Block a user