adrenak / GPUVideoPlayer

Fast video playback on Unity using GPU Decoding
MIT License
128 stars 29 forks source link

Single event publisher #3

Closed adrenak closed 5 years ago

adrenak commented 5 years ago

Instead of a different event publisher for every player event, use a single on with the state as the argument.

adrenak commented 5 years ago

GPUVideoPlayer.onStateChanged provides this feature now