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 …]
114 } StreamInfo; typedef
240 struct StreamInfo { struct241 unsigned mType;242 unsigned mPID;