mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
2018-10-11 Fred Gleason <fredg@paravelsystems.com>
* Replaced listings of the 'rd_cart' structure with a reference to the rd_listcartcuts(7) man page in the rd_listcart(7), rd_listcarts(7) and rd_listcartscuts(7) man pages. * Replaced listings of the 'rd_cut' structure with a reference to the rd_listcartcuts(7) man page in the rd_listcut(7) and rd_listcuts(7) man pages.
This commit is contained in:
@@ -210,62 +210,10 @@
|
||||
|
||||
<para>
|
||||
When successful function will return the number of records sent (numrecs) and a rd_cut structure which
|
||||
is stored in the provided memory locations. The rd_cut structure has the following fields:
|
||||
is stored in the provided memory locations. (See the
|
||||
<command>rd_listcartcuts</command><manvolnum>7</manvolnum> man page
|
||||
for a listing of the rd_cut structure).
|
||||
</para>
|
||||
<programlisting>
|
||||
struct rd_cut {
|
||||
char cut_name[11];
|
||||
unsigned cut_cart_number;
|
||||
unsigned cut_cut_number;
|
||||
int cut_evergreen;
|
||||
char cut_description[257];
|
||||
char cut_outcue[257];
|
||||
char cut_isrc[49];
|
||||
char cut_isci[129];
|
||||
unsigned cut_length;
|
||||
struct tm cut_origin_datetime;
|
||||
struct tm cut_start_datetime;
|
||||
struct tm cut_end_datetime;
|
||||
int cut_sun;
|
||||
int cut_mon;
|
||||
int cut_tue;
|
||||
int cut_wed;
|
||||
int cut_thu;
|
||||
int cut_fri;
|
||||
int cut_sat;
|
||||
char cut_start_daypart[9];
|
||||
char cut_end_daypart[9];
|
||||
char cut_origin_name[257];
|
||||
char cut_origin_login_name[1021];
|
||||
char cut_source_hostname[1021];
|
||||
unsigned cut_weight;
|
||||
struct tm cut_last_play_datetime;
|
||||
unsigned cut_play_counter;
|
||||
unsigned cut_local_counter;
|
||||
unsigned cut_validity;
|
||||
unsigned cut_coding_format;
|
||||
unsigned cut_sample_rate;
|
||||
unsigned cut_bit_rate;
|
||||
unsigned cut_channels;
|
||||
int cut_play_gain;
|
||||
int cut_start_point;
|
||||
int cut_end_point;
|
||||
int cut_fadeup_point;
|
||||
int cut_fadedown_point;
|
||||
int cut_segue_start_point;
|
||||
int cut_segue_end_point;
|
||||
int cut_segue_gain;
|
||||
int cut_hook_start_point;
|
||||
int cut_hook_end_point;
|
||||
int cut_talk_start_point;
|
||||
int cut_talk_end_point;
|
||||
};
|
||||
|
||||
All character arrays above are the sizes listed and must be null-terminated.
|
||||
Character encoding is UTF-8.
|
||||
|
||||
</programlisting>
|
||||
|
||||
</refsect1>
|
||||
<refsect2 id='returns'><title>RETURN VALUE</title>
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user