MediaPlayershouldAutoplay Method |
Checks if currentUnit is not null
Namespace: Veeplay.mediaAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool shouldAutoplay()
Public Function shouldAutoplay As Boolean
public:
bool shouldAutoplay()
member shouldAutoplay : unit -> bool
Return Value
Type:
Boolean_currentUnit.shouldAutoplay if currentUnit in not null, else returns true
See Also