Header menu logo Xanthos

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

CustomMovieType string

Full Usage: CustomMovieType string

Parameters:
    Item : string

Custom movie type with raw code for future extensions.

Item : string

MultiCameraVideo

Full Usage: MultiCameraVideo

Multi-camera race video (マルチカメラ映像). Code: 02.

PaddockVideo

Full Usage: PaddockVideo

Paddock video (パドック映像). Code: 01.

PatrolVideo

Full Usage: PatrolVideo

Patrol video (パトロール映像). Code: 03.

RaceVideo

Full Usage: RaceVideo

Race video (レース映像). Code: 00.

WorkoutHorseAll

Full Usage: WorkoutHorseAll

All workout videos for a horse (馬別調教動画一覧). Code: 13.

WorkoutWeekAll

Full Usage: WorkoutWeekAll

All workout videos for a week (週間調教動画一覧). Code: 11.

WorkoutWeekHorse

Full Usage: WorkoutWeekHorse

Workout videos for a specific horse in a week (週間馬別調教動画). Code: 12.

Instance members

Instance member Description

this.IsCustomMovieType

Full Usage: this.IsCustomMovieType

Returns: bool
Returns: bool

this.IsMultiCameraVideo

Full Usage: this.IsMultiCameraVideo

Returns: bool
Returns: bool

this.IsPaddockVideo

Full Usage: this.IsPaddockVideo

Returns: bool
Returns: bool

this.IsPatrolVideo

Full Usage: this.IsPatrolVideo

Returns: bool
Returns: bool

this.IsRaceVideo

Full Usage: this.IsRaceVideo

Returns: bool
Returns: bool

this.IsWorkoutHorseAll

Full Usage: this.IsWorkoutHorseAll

Returns: bool
Returns: bool

this.IsWorkoutWeekAll

Full Usage: this.IsWorkoutWeekAll

Returns: bool
Returns: bool

this.IsWorkoutWeekHorse

Full Usage: this.IsWorkoutWeekHorse

Returns: bool
Returns: bool

Type something to start searching.