public static class avfilter.AVBufferSrcParameters extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVBufferSrcParameters()
Default native constructor.
|
AVBufferSrcParameters(long size)
Native array allocator.
|
AVBufferSrcParameters(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
channel_layout()
Audio only, the audio channel layout
|
avfilter.AVBufferSrcParameters |
channel_layout(long channel_layout) |
int |
format()
video: the pixel format, value corresponds to enum AVPixelFormat
audio: the sample format, value corresponds to enum AVSampleFormat
|
avfilter.AVBufferSrcParameters |
format(int format) |
avutil.AVRational |
frame_rate()
Video only, the frame rate of the input video.
|
avfilter.AVBufferSrcParameters |
frame_rate(avutil.AVRational frame_rate) |
int |
height() |
avfilter.AVBufferSrcParameters |
height(int height) |
avutil.AVBufferRef |
hw_frames_ctx()
Video with a hwaccel pixel format only.
|
avfilter.AVBufferSrcParameters |
hw_frames_ctx(avutil.AVBufferRef hw_frames_ctx) |
avfilter.AVBufferSrcParameters |
position(long position) |
avutil.AVRational |
sample_aspect_ratio()
Video only, the sample (pixel) aspect ratio.
|
avfilter.AVBufferSrcParameters |
sample_aspect_ratio(avutil.AVRational sample_aspect_ratio) |
int |
sample_rate()
Audio only, the audio sampling rate in samples per secon.
|
avfilter.AVBufferSrcParameters |
sample_rate(int sample_rate) |
avutil.AVRational |
time_base()
The timebase to be used for the timestamps on the input frames.
|
avfilter.AVBufferSrcParameters |
time_base(avutil.AVRational time_base) |
int |
width()
Video only, the display dimensions of the input frames.
|
avfilter.AVBufferSrcParameters |
width(int width) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AVBufferSrcParameters()
public AVBufferSrcParameters(long size)
Pointer.position(long).public AVBufferSrcParameters(Pointer p)
Pointer.Pointer(Pointer).public avfilter.AVBufferSrcParameters position(long position)
public int format()
public avfilter.AVBufferSrcParameters format(int format)
@ByRef public avutil.AVRational time_base()
public avfilter.AVBufferSrcParameters time_base(avutil.AVRational time_base)
public int width()
public avfilter.AVBufferSrcParameters width(int width)
public int height()
public avfilter.AVBufferSrcParameters height(int height)
@ByRef public avutil.AVRational sample_aspect_ratio()
public avfilter.AVBufferSrcParameters sample_aspect_ratio(avutil.AVRational sample_aspect_ratio)
@ByRef public avutil.AVRational frame_rate()
public avfilter.AVBufferSrcParameters frame_rate(avutil.AVRational frame_rate)
public avutil.AVBufferRef hw_frames_ctx()
public avfilter.AVBufferSrcParameters hw_frames_ctx(avutil.AVBufferRef hw_frames_ctx)
public int sample_rate()
public avfilter.AVBufferSrcParameters sample_rate(int sample_rate)
@Cast(value="uint64_t") public long channel_layout()
public avfilter.AVBufferSrcParameters channel_layout(long channel_layout)
Copyright © 2018. All rights reserved.