Is there a particular reason why there's 3 overloads for getAutoplayPolicy()? I wonder if we can just `typedef` the variants and have a single method?
Is there a particular reason why there's 3 overloads for getAutoplayPolicy()? I wonder if we can just
typedefthe variants and have a single method?