Go to the source code of this file.
◆ OFFSET
#define OFFSET |
( |
|
x | ) |
offsetof(struct NDIContext, x) |
◆ ndi_write_trailer()
◆ ndi_write_video_packet()
◆ ndi_write_audio_packet()
◆ ndi_write_packet()
◆ ndi_setup_audio()
◆ ndi_setup_video()
◆ ndi_write_header()
◆ options
Initial value:= {
}
#define AV_OPT_FLAG_AUDIO_PARAM
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
#define AV_OPT_FLAG_VIDEO_PARAM
Definition at line 272 of file libndi_newtek_enc.c.
◆ libndi_newtek_muxer_class
const AVClass libndi_newtek_muxer_class |
|
static |
Initial value:= {
.class_name = "NDI muxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption options[]
Definition at line 279 of file libndi_newtek_enc.c.
◆ ff_libndi_newtek_muxer
Initial value:= {
.name = "libndi_newtek",
}
static int ndi_write_header(AVFormatContext *avctx)
static int ndi_write_packet(AVFormatContext *avctx, AVPacket *pkt)
static int ndi_write_trailer(AVFormatContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Passthrough codec, AVFrames wrapped in AVPacket.
static const AVClass libndi_newtek_muxer_class
static void write_header(FFV1Context *f)
Definition at line 287 of file libndi_newtek_enc.c.