]> git.sesse.net Git - vlc/blobdiff - include/vlc_stream.h
lib: allow media player volume to be set before playing media
[vlc] / include / vlc_stream.h
index 50a42c38093858ffc8f263d9b0d3aeb9b00ebd65..10a98ef2811fdfddb4b934c04806fea6813aaab5 100644 (file)
@@ -104,7 +104,10 @@ enum stream_query_e
     STREAM_UPDATE_SIZE,
 
     /* */
-    STREAM_GET_TITLE_INFO = 0x102, /**< arg1=input_title_t*** arg2=int* res=can fail */
+    STREAM_GET_PTS_DELAY = 0x101,/**< arg1= int64_t* res=cannot fail */
+    STREAM_GET_TITLE_INFO, /**< arg1=input_title_t*** arg2=int* res=can fail */
+    STREAM_GET_TITLE,       /**< arg1=unsigned * res=can fail */
+    STREAM_GET_SEEKPOINT,   /**< arg1=unsigned * res=can fail */
     STREAM_GET_META,        /**< arg1= vlc_meta_t **       res=can fail */
     STREAM_GET_CONTENT_TYPE,    /**< arg1= char **         res=can fail */
     STREAM_GET_SIGNAL,      /**< arg1=double *pf_quality, arg2=double *pf_strength   res=can fail */