recording_handle | The handle of a new recording, obtained by k4a_record_create(). |
track_name | The name of the custom subtitle track to be added. |
codec_id | A UTF8 null terminated string containing the codec ID of the track. Some of the existing formats are listed here: https://www.matroska.org/technical/specs/codecid/index.html. The codec ID can also be custom defined by the user. Subtitle codec ID's should start with 'S_'. |
codec_context | The codec context is a codec-specific buffer that contains any required codec metadata that is only known to the codec. It is mapped to the matroska 'CodecPrivate' element. |
codec_context_size | The size of the codec context buffer. |
track_settings | Additional metadata for the subtitle track. If NULL, the default settings will be used. |