MovieType Type
Represents JV-Link movie categories for JRA-VAN Racing Viewer integration.
Movie types map to two-digit codes used by JVMVCheck and JVMVPlay. Race videos (00-03) and workout videos (11-13) use different code ranges.
Union cases
| Union case |
Description
|
Full Usage:
CustomMovieType string
Parameters:
string
|
Custom movie type with raw code for future extensions.
|
Full Usage:
MultiCameraVideo
|
Multi-camera race video (マルチカメラ映像). Code: 02. |
Full Usage:
PaddockVideo
|
Paddock video (パドック映像). Code: 01. |
Full Usage:
PatrolVideo
|
Patrol video (パトロール映像). Code: 03. |
Full Usage:
RaceVideo
|
Race video (レース映像). Code: 00. |
Full Usage:
WorkoutHorseAll
|
All workout videos for a horse (馬別調教動画一覧). Code: 13. |
Full Usage:
WorkoutWeekAll
|
All workout videos for a week (週間調教動画一覧). Code: 11. |
Full Usage:
WorkoutWeekHorse
|
Workout videos for a specific horse in a week (週間馬別調教動画). Code: 12. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCustomMovieType
Returns: bool
|
|
Full Usage:
this.IsMultiCameraVideo
Returns: bool
|
|
Full Usage:
this.IsPaddockVideo
Returns: bool
|
|
Full Usage:
this.IsPatrolVideo
Returns: bool
|
|
Full Usage:
this.IsRaceVideo
Returns: bool
|
|
Full Usage:
this.IsWorkoutHorseAll
Returns: bool
|
|
Full Usage:
this.IsWorkoutWeekAll
Returns: bool
|
|
Full Usage:
this.IsWorkoutWeekHorse
Returns: bool
|
|
Xanthos