MLT  7.24.0
Data Structures | Typedefs | Functions
mlt_events.c File Reference

event handling More...

#include <limits.h>
#include <pthread.h>
#include <stdatomic.h>
#include <stdlib.h>
#include <string.h>
#include "mlt_events.h"
#include "mlt_properties.h"

Data Structures

struct  condition_pair
 private to mlt_events_struct, used by mlt_events_wait_for() More...
 
struct  mlt_event_struct
 Event class. More...
 
struct  mlt_events_struct
 Events class. More...
 

Typedefs

typedef struct mlt_events_structmlt_events
 

Functions

static void mlt_events_close (mlt_events)
 
static mlt_events mlt_events_fetch (mlt_properties)
 

Detailed Description

event handling

See also
mlt_events_struct

Copyright (C) 2004-2021 Meltytech, LLC

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Typedef Documentation

◆ mlt_events

typedef struct mlt_events_struct* mlt_events

Function Documentation

◆ mlt_events_close()

static void mlt_events_close ( mlt_events  )
static

◆ mlt_events_fetch()

static mlt_events mlt_events_fetch ( mlt_properties  )
static