proc audioTrack*(self: VideoPlayer): int64 {.gcsafe, locks: 0
.}
-
proc `audioTrack =`*(self: VideoPlayer; val: int64) {.gcsafe, locks: 0
.}
-
proc stream*(self: VideoPlayer): VideoStream {.gcsafe, locks: 0
.}
-
proc `stream =`*(self: VideoPlayer; val: VideoStream) {.gcsafe, locks: 0
.}
-
proc volumeDb*(self: VideoPlayer): float64 {.gcsafe, locks: 0
.}
-
proc `volumeDb =`*(self: VideoPlayer; val: float64) {.gcsafe, locks: 0
.}
-
proc autoplay*(self: VideoPlayer): bool {.gcsafe, locks: 0
.}
-
proc `autoplay =`*(self: VideoPlayer; val: bool) {.gcsafe, locks: 0
.}
-
proc paused*(self: VideoPlayer): bool {.gcsafe, locks: 0
.}
-
proc `paused =`*(self: VideoPlayer; val: bool) {.gcsafe, locks: 0
.}
-
proc expand*(self: VideoPlayer): bool {.gcsafe, locks: 0
.}
-
proc `expand =`*(self: VideoPlayer; val: bool) {.gcsafe, locks: 0
.}
-
proc play*(self: VideoPlayer) {.gcsafe, locks: 0
.}
-
proc stop*(self: VideoPlayer) {.gcsafe, locks: 0
.}
-
proc isPlaying*(self: VideoPlayer): bool {.gcsafe, locks: 0
.}
-
proc setVolume*(self: VideoPlayer; volume: float64) {.gcsafe, locks: 0
.}
-
proc getVolume*(self: VideoPlayer): float64 {.gcsafe, locks: 0
.}
-
proc getStreamName*(self: VideoPlayer): string {.gcsafe, locks: 0
.}
-
proc getStreamPos*(self: VideoPlayer): float64 {.gcsafe, locks: 0
.}
-
proc setBufferingMsec*(self: VideoPlayer; msec: int64) {.gcsafe, locks: 0
.}
-
proc getBufferingMsec*(self: VideoPlayer): int64 {.gcsafe, locks: 0
.}
-
proc getVideoTexture*(self: VideoPlayer): Texture {.gcsafe, locks: 0
.}
-