diff options
Diffstat (limited to 'libvideoeditor/lvpp/PreviewPlayerBase.h')
-rw-r--r-- | libvideoeditor/lvpp/PreviewPlayerBase.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libvideoeditor/lvpp/PreviewPlayerBase.h b/libvideoeditor/lvpp/PreviewPlayerBase.h index 954d8fc..bb5c3d3 100644 --- a/libvideoeditor/lvpp/PreviewPlayerBase.h +++ b/libvideoeditor/lvpp/PreviewPlayerBase.h @@ -39,9 +39,6 @@ struct MediaSource; struct NuCachedSource2; struct ISurfaceTexture; -struct ALooper; -struct ARTSPController; - class DrmManagerClinet; class DecryptHandle; @@ -215,10 +212,6 @@ private: sp<HTTPBase> mConnectingDataSource; sp<NuCachedSource2> mCachedSource; - sp<ALooper> mLooper; - sp<ARTSPController> mRTSPController; - sp<ARTSPController> mConnectingRTSPController; - DrmManagerClient *mDrmManagerClient; sp<DecryptHandle> mDecryptHandle; @@ -266,9 +259,6 @@ private: static bool ContinuePreparation(void *cookie); - static void OnRTSPSeekDoneWrapper(void *cookie); - void onRTSPSeekDone(); - bool getBitrate(int64_t *bitrate); void finishSeekIfNecessary(int64_t videoTimeUs); |