VastAdBreakunitsForLinearsInInlineNodesWithBuffet Method |
Namespace: Veeplay.media.eventsAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<MediaUnit> unitsForLinearsInInlineNodesWithBuffet(
List<VASTInLineNode> ads,
List<MediaUnit> buffet
)
Public Function unitsForLinearsInInlineNodesWithBuffet (
ads As List(Of VASTInLineNode),
buffet As List(Of MediaUnit)
) As List(Of MediaUnit)
public:
List<MediaUnit^>^ unitsForLinearsInInlineNodesWithBuffet(
List<VASTInLineNode^>^ ads,
List<MediaUnit^>^ buffet
)
member unitsForLinearsInInlineNodesWithBuffet :
ads : List<VASTInLineNode> *
buffet : List<MediaUnit> -> List<MediaUnit>
Parameters
- ads
- Type: System.Collections.GenericListVASTInLineNode
- buffet
- Type: System.Collections.GenericListMediaUnit
Return Value
Type:
ListMediaUnitSee Also