streammode.h

来自「H.248协议编解码协议栈」· C头文件 代码 · 共 49 行

H
49
字号
/* * Generated by asn1c-0.9.16 (http://lionet.info/asn1c) * From ASN.1 module "MEDIA-GATEWAY-CONTROL" * 	found in "h248_2.asn" */#ifndef	_StreamMode_H_#define	_StreamMode_H_#ifdef __cplusplusextern "C" {#endif#include <asn_application.h>/* Including external dependencies */#include <ENUMERATED.h>/* Dependencies */typedef enum StreamMode {	StreamMode_sendOnly	= 0,	StreamMode_recvOnly	= 1,	StreamMode_sendRecv	= 2,	StreamMode_inactive	= 3,	StreamMode_loopBack	= 4	/*	 * Enumeration is extensible	 */} StreamMode_e;/* StreamMode */typedef ENUMERATED_t	 StreamMode_t;/* Implementation */extern asn_TYPE_descriptor_t asn_DEF_StreamMode;asn_struct_free_f StreamMode_free;asn_struct_print_f StreamMode_print;asn_constr_check_f StreamMode_constraint;ber_type_decoder_f StreamMode_decode_ber;der_type_encoder_f StreamMode_encode_der;xer_type_decoder_f StreamMode_decode_xer;xer_type_encoder_f StreamMode_encode_xer;#ifdef __cplusplus}#endif#endif	/* _StreamMode_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?