Searched defs:StreamInfo (Results 1 – 3 of 3) sorted by relevance
55 struct ARTPConnection::StreamInfo { struct in android::ARTPConnection56 int mRTPSocket;57 int mRTCPSocket;58 sp<ASessionDescription> mSessionDesc;59 size_t mIndex;60 sp<AMessage> mNotifyMsg;61 KeyedVector<uint32_t, sp<ARTPSource> > mSources;63 int64_t mNumRTCPPacketsReceived;64 int64_t mNumRTPPacketsReceived;65 struct sockaddr_in mRemoteRTCPAddr;[all …]
112 } StreamInfo; typedef
237 struct StreamInfo { struct238 unsigned mType;239 unsigned mPID;