small comment about bitmask

This commit is contained in:
bwees 2025-06-05 11:27:46 -05:00
parent 032f1165f5
commit 99b274804a
No known key found for this signature in database

View File

@ -270,6 +270,7 @@ class GCastService implements ICastDestinationService {
currentAssetId = null; currentAssetId = null;
} }
// 0x01 is display capability bitmask
bool isDisplay(int ca) => (ca & 0x01) != 0; bool isDisplay(int ca) => (ca & 0x01) != 0;
@override @override