VastAdBreakoverlaysForNonlinearsInInlineNodes Method |
Namespace: Veeplay.media.eventsAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<MediaOverlay> overlaysForNonlinearsInInlineNodes(
List<VASTInLineNode> ads
)
Public Function overlaysForNonlinearsInInlineNodes (
ads As List(Of VASTInLineNode)
) As List(Of MediaOverlay)
public:
List<MediaOverlay^>^ overlaysForNonlinearsInInlineNodes(
List<VASTInLineNode^>^ ads
)
member overlaysForNonlinearsInInlineNodes :
ads : List<VASTInLineNode> -> List<MediaOverlay>
Parameters
- ads
- Type: System.Collections.GenericListVASTInLineNode
Return Value
Type:
ListMediaOverlaySee Also