hasAlpha property
Whether the video stream carries a coded alpha layer.
Matroska/WebM flags this with the ALPHA_MODE stream tag. VP9 codes alpha
as a second layer that only the libvpx-vp9 decoder reads, so the clip
path selects that decoder when this is true.
Implementation
final bool hasAlpha;