FFmpeg
Loading...
Searching...
No Matches
decklink_enc.h File Reference

Go to the source code of this file.

Functions

int ff_decklink_write_header (AVFormatContext *avctx)
 
int ff_decklink_write_packet (AVFormatContext *avctx, AVPacket *pkt)
 
int ff_decklink_write_trailer (AVFormatContext *avctx)
 
int ff_decklink_list_output_devices (AVFormatContext *avctx, struct AVDeviceInfoList *device_list)
 

Function Documentation

◆ ff_decklink_write_header()

int ff_decklink_write_header ( AVFormatContext * avctx)

Definition at line 870 of file decklink_enc.cpp.

◆ ff_decklink_write_packet()

int ff_decklink_write_packet ( AVFormatContext * avctx,
AVPacket * pkt )

Definition at line 968 of file decklink_enc.cpp.

◆ ff_decklink_write_trailer()

int ff_decklink_write_trailer ( AVFormatContext * avctx)

Definition at line 398 of file decklink_enc.cpp.

◆ ff_decklink_list_output_devices()

int ff_decklink_list_output_devices ( AVFormatContext * avctx,
struct AVDeviceInfoList * device_list )

Definition at line 984 of file decklink_enc.cpp.