Message.addRedirectEntry
void addRedirectEntry(string location, gst.tag_list.TagList tagList = null, gst.structure.Structure entryStruct = null)Creates and appends a new entry.
The specified location string is copied. However, ownership over the tag list and structure are transferred to the message.
Parameters
location | location string for the new entry |
tagList | tag list for the new entry |
entryStruct | structure for the new entry |