ASVideoNode Class Reference
| Inherits from | ASNetworkImageNode : ASImageNode : ASControlNode : ASDisplayNode : ASDealloc2MainObject |
|---|---|
| Declared in | ASVideoNode.h |
shouldAutoplay
When shouldAutoplay is set to true, a video node will play when it has both loaded and entered the “visible” interfaceState. If it leaves the visible interfaceState it will pause but will resume once it has returned.
@property (nonatomic, assign, readwrite) BOOL shouldAutoplayDeclared In
ASVideoNode.h
delegate
The delegate, which must conform to the ASNetworkImageNodeDelegate protocol.
@property (nullable, atomic, weak, readwrite) id<ASVideoNodeDelegate,ASNetworkImageNodeDelegate> delegateDeclared In
ASNetworkImageNode.h