summaryrefslogtreecommitdiff
path: root/hlsPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'hlsPlayer.h')
-rw-r--r--hlsPlayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hlsPlayer.h b/hlsPlayer.h
index 8d8bdb8..a07a4bf 100644
--- a/hlsPlayer.h
+++ b/hlsPlayer.h
@@ -38,8 +38,8 @@ private:
bool ConnectToServer(void);
void CloseConnection(void);
- void LoadStartList(void);
- void LoadIndexList(void);
+ bool LoadStartList(void);
+ bool LoadIndexList(void);
std::string GetSegmentUri(int segmentIndex) const;
int GetSegmentSize(int segmentIndex);
bool LoadSegment(std::string uri);