MovieAvailability Type
Represents detailed availability states for JV-Link movie checks via JVMVCheck.
JVMVCheck returns different status codes indicating video availability.
Errors are propagated via Result
Union cases
| Union case |
Description
|
Full Usage:
Available
|
The requested movie is available for playback. |
Full Usage:
NotFound
|
The requested movie was not found. |
Full Usage:
Unavailable
|
The movie exists but is currently unavailable. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAvailable
Returns: bool
|
|
Full Usage:
this.IsNotFound
Returns: bool
|
|
Full Usage:
this.IsUnavailable
Returns: bool
|
|
Xanthos