Garry's Mod Wiki

Revision Difference

IGModAudioChannel:GetTagsOGG#565388

<function name="GetTagsOGG" parent="IGModAudioChannel" type="classfunc"> <added>2020.04.29</added> <description>Retrieves OGG media info tag, from a bass channel created by <page>sound.PlayURL</page> or <page>sound.PlayFile</page>, if available. </description> <realm>Client</realm> <rets> <ret name="info" type="table">Returns a table containing the information. Returns nil if no information is available.</ret>⤶ <ret name="info" type="table<string>">A list of available information in no particular order, or `nil` if no information is available. ⤶ Example output:⤶ ```⤶ [0] = Author=MY AUTHIOR⤶ [1] = Title=MY TITLE⤶ ... other data if available⤶ ```⤶ </ret>⤶ </rets> </function>