input_stream: added tag() method
The tag() method reads a tag from the stream. This replaces the meta_name and meta_title attributes.
This commit is contained in:
@@ -27,8 +27,11 @@ struct decoder {
|
||||
|
||||
bool seeking;
|
||||
|
||||
/** has the tag from the input stream been sent yet? */
|
||||
bool stream_tag_sent;
|
||||
/** the last tag received from the stream */
|
||||
struct tag *stream_tag;
|
||||
|
||||
/** the last tag received from the decoder plugin */
|
||||
struct tag *decoder_tag;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user