Message.parseRedirectEntry
void parseRedirectEntry(size_t entryIndex, out string location, out gst.tag_list.TagList tagList, out gst.structure.Structure entryStruct)Parses the location and/or structure from the entry with the given index. The index must be between 0 and [gst.message.Message.getNumRedirectEntries] - 1. Returned pointers are valid for as long as this message exists.
Parameters
entryIndex | index of the entry to parse |
location | return location for the pointer to the entry's location string, or null |
tagList | return location for the pointer to the entry's tag list, or null |
entryStruct | return location for the pointer to the entry's structure, or null |