Method

ClapperHarvesttoc_add

since: 0.8

Declaration [src]

void
clapper_harvest_toc_add (
  ClapperHarvest* harvest,
  GstTocEntryType type,
  const gchar* title,
  gdouble start,
  gdouble end
)

Description [src]

Append a chapter or track name into table of contents.

Available since: 0.8

Parameters

type

Type: GstTocEntryType

A GstTocEntryType.

title

Type: const gchar*

An entry title.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
start

Type: gdouble

Entry start time in seconds.

end

Type: gdouble

Entry end time in seconds or -1 if none.