Skip to content

Commit

Permalink
video delivery method quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abushev committed Apr 18, 2024
1 parent ac140d6 commit d5e654a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtb/core/openrtb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ namespace openrtb {
/// specification. It is strongly advised to use only the first
/// element of this array in preparation for this change.
PlaybackCessationModes playbackend; /// The event that causes playback to end.
DeliveryMethod delivery; /// Supported delivery methods (e.g., streaming, progressive). If
std::vector<DeliveryMethod> delivery; /// Supported delivery methods (e.g., streaming, progressive). If
/// none specified, assume all are supported.
AdPosition pos; /// Ad position on screen.
CompanionType companiontype; /// Supported VAST companion ad types.
Expand Down

0 comments on commit d5e654a

Please sign in to comment.