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