Searched defs:AVSessionBasicInfo (Results 1 – 1 of 1) sorted by relevance
77 struct AVSessionBasicInfo { struct78 std::string deviceName_;79 std::string networkId_;80 std::string vendorId_;81 std::string deviceType_;82 std::string systemVersion_;84 std::vector<int32_t> reserve_;85 std::vector<int32_t> feature_;86 std::vector<int32_t> metaDataCap_;87 std::vector<int32_t> playBackStateCap_;[all …]