Searched defs:AVSessionBasicInfo (Results 1 – 1 of 1) sorted by relevance
69 struct AVSessionBasicInfo { struct70 std::string deviceName_;71 std::string networkId_;72 std::string vendorId_;73 std::string deviceType_;74 std::string systemVersion_;76 std::vector<int32_t> reserve_;77 std::vector<int32_t> feature_;78 std::vector<int32_t> metaDataCap_;79 std::vector<int32_t> playBackStateCap_;[all …]