Index: chromecast/media/cma/pipeline/load_type.h |
diff --git a/chromecast/media/cma/pipeline/load_type.h b/chromecast/media/cma/pipeline/load_type.h |
index 569b2ef33f2fc5fddb1e3481646947652c34b6f5..87b7d85c71f5ca895269cc5cf806692431274ba7 100644 |
--- a/chromecast/media/cma/pipeline/load_type.h |
+++ b/chromecast/media/cma/pipeline/load_type.h |
@@ -12,6 +12,7 @@ enum LoadType { |
kLoadTypeURL, |
kLoadTypeMediaSource, |
kLoadTypeMediaStream, |
+ kLoadTypeLiveSource, |
tianyuwang1
2017/02/18 00:17:08
Not sure what "Live" means. What about RtcSource?
bshaya
2017/02/21 23:30:14
Done.
|
}; |
} // namespace media |