Example #1
0
 public static extern void av_frame_set_channel_layout(libavutil.AVFrame *frame, long val);
Example #2
0
 public static extern libavutil.AVBufferRef *av_frame_get_plane_buffer(libavutil.AVFrame * frame, int plane);
Example #3
0
 public static extern libavutil.AVFrameSideData *av_frame_get_side_data(libavutil.AVFrame * frame, libavutil.AVFrameSideDataType type);
Example #4
0
 public static extern void av_frame_move_ref(libavutil.AVFrame *dst, libavutil.AVFrame *src);
Example #5
0
 public static extern int av_frame_make_writable(libavutil.AVFrame *frame);
Example #6
0
 public static extern void av_frame_free(ref libavutil.AVFrame *frame);
Example #7
0
 public static extern libavutil.AVFrame *av_frame_clone(libavutil.AVFrame * src);
Example #8
0
 public static extern int av_frame_get_decode_error_flags(libavutil.AVFrame *frame);
Example #9
0
 public static extern void av_frame_set_decode_error_flags(libavutil.AVFrame *frame, int val);
Example #10
0
 public static extern void av_frame_set_sample_rate(libavutil.AVFrame *frame, int val);
Example #11
0
 public static extern void av_frame_set_metadata(libavutil.AVFrame *frame, libavutil.AVDictionary *val);
Example #12
0
 public static extern int av_frame_get_sample_rate(libavutil.AVFrame *frame);
Example #13
0
 public static extern void av_frame_set_channels(libavutil.AVFrame *frame, int val);
Example #14
0
 public static extern int av_frame_get_channels(libavutil.AVFrame *frame);
Example #15
0
 public static extern libavutil.AVColorRange av_frame_get_color_range(libavutil.AVFrame *frame);
Example #16
0
 public static extern int av_frame_get_pkt_size(libavutil.AVFrame *frame);
Example #17
0
 public static extern void av_frame_set_color_range(libavutil.AVFrame *frame, libavutil.AVColorRange val);
Example #18
0
 public static extern void av_frame_set_pkt_size(libavutil.AVFrame *frame, int val);
Example #19
0
 public static extern int av_frame_ref(libavutil.AVFrame *dst, libavutil.AVFrame *src);
Example #20
0
 public static extern libavutil.AVDictionary **avpriv_frame_get_metadatap(libavutil.AVFrame * frame);
Example #21
0
 public static extern void av_frame_unref(libavutil.AVFrame *frame);
Example #22
0
 public static extern sbyte *av_frame_get_qp_table(libavutil.AVFrame *f, int *stride, int *type);
Example #23
0
 public static extern int av_frame_get_buffer(libavutil.AVFrame *frame, int align);
Example #24
0
 public static extern int av_frame_set_qp_table(libavutil.AVFrame *f, libavutil.AVBufferRef *buf, int stride, int type);
Example #25
0
 public static extern int av_frame_copy_props(libavutil.AVFrame *dst, libavutil.AVFrame *src);
Example #26
0
 public static extern libavutil.AVColorSpace av_frame_get_colorspace(libavutil.AVFrame *frame);
Example #27
0
 public static extern libavutil.AVFrameSideData *av_frame_new_side_data(libavutil.AVFrame * frame, libavutil.AVFrameSideDataType type, int size);
Example #28
0
 public static extern void av_frame_set_colorspace(libavutil.AVFrame *frame, libavutil.AVColorSpace val);
Example #29
0
 public static extern void av_frame_remove_side_data(libavutil.AVFrame *frame, libavutil.AVFrameSideDataType type);
Example #30
0
 public static extern long av_frame_get_channel_layout(libavutil.AVFrame *frame);