[codecs-filtered-by-direction.https.html]
[Codecs get filtered by direction for sendonly]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if os == "android": FAIL
[Codecs get filtered by direction for recvonly]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if os == "android": FAIL