]> git.sesse.net Git - vlc/blobdiff - include/vlc_stream.h
stream: add STREAM_CAN_PAUSE and STREAM_CAN_CONTROL_PACE
[vlc] / include / vlc_stream.h
index 828183709928bce07179525bf84f084acd8d557f..c85f8e5eba42ca8531d1f28b3618a94aebd1657f 100644 (file)
@@ -90,6 +90,8 @@ enum stream_query_e
     /* capabilities */
     STREAM_CAN_SEEK,            /**< arg1= bool *   res=cannot fail*/
     STREAM_CAN_FASTSEEK,        /**< arg1= bool *   res=cannot fail*/
+    STREAM_CAN_PAUSE,           /**< arg1= bool *   res=cannot fail*/
+    STREAM_CAN_CONTROL_PACE,    /**< arg1= bool *   res=cannot fail*/
 
     /* */
     STREAM_SET_POSITION,        /**< arg1= uint64_t       res=can fail  */