File: MultimediaSection.h

package info (click to toggle)
biosig4c%2B%2B 1.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,220 kB
  • sloc: ansic: 41,218; cpp: 8,946; sh: 4,365; makefile: 1,758; python: 87; awk: 73; php: 40; perl: 36; java: 14; ruby: 7
file content (51 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/*
 * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
 * From ASN.1 module "FEF-IntermediateDraft"
 * 	found in "../annexb-snacc-122001.asn1"
 */

#ifndef	_MultimediaSection_H_
#define	_MultimediaSection_H_


#include <asn_application.h>

/* Including external dependencies */
#include "AbsoluteTime.h"
#include "FEFString.h"
#include "Placeholder.h"
#include "ContentOrReference.h"
#include <constr_SEQUENCE.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Forward declarations */
struct Comments;

/* MultimediaSection */
typedef struct MultimediaSection {
	AbsoluteTime_t	 starttime;
	AbsoluteTime_t	 stoptime;
	FEFString_t	 mimetype;
	struct Comments	*comments	/* OPTIONAL */;
	FEFString_t	*originallocation	/* OPTIONAL */;
	Placeholder_t	*placeholder	/* OPTIONAL */;
	ContentOrReference_t	 contentorreference;
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} MultimediaSection_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_MultimediaSection;

#ifdef __cplusplus
}
#endif

/* Referred external types */
#include "Comments.h"

#endif	/* _MultimediaSection_H_ */