class TL_CHAPTER_ID3_FRAME

(source code)

Description

CHAPTER image ID3 frame

note
	description: "CHAPTER image ID3 frame"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2022-11-15 19:56:06 GMT (Tuesday 15th November 2022)"
	revision: "4"

class
	TL_CHAPTER_ID3_FRAME

inherit
	TL_ID3_TAG_FRAME

	TL_CHAPTER_ID3_FRAME_CPP_API
		export
			{TL_ID3_FRAME_ITERATION_CURSOR} cpp_conforms
		end

create
	make_from_pointer

feature -- Access

	start_time: NATURAL
		do
			Result := cpp_start_time (self_ptr)
		end
end