GET KEYFRAME POS (Myth Protocol)

From MythTV Official Wiki
Jump to: navigation, search

GET_KEYFRAME_POS

Arguments

Command arguments: <recorder id>

List arguments: <byte location>

Examples

Command:

49      QUERY_RECORDER 1[]:[]GET_KEYFRAME_POS[]:[]9834503

Description

Returns the byte location of the next keyframe after the position given.

Returns

Successful response:

7      9834503

Unsuccessful response:

2      -1

Changelog

version changeset description
66 [v0.25pre-2052-g1508085] The location values required and returned are now single 64 bit numbers rather than pairs of 32 bit numbers.