Class: Google::Ads::AdManager::V1::DashBridge
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::DashBridge
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/live_stream_messages.rb
Overview
A DashBridge is used to decide when to apply DASH Bridge single-period to multi-period MPD conditioning. This should always be enabled when the DASH manifest type is single-period.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Optional. Specifies whether to apply DASH Bridge single-period to multi-period MPD conditioning.
265 266 267 268 |
# File 'proto_docs/google/ads/admanager/v1/live_stream_messages.rb', line 265 class DashBridge include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |