| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avcodec.AVCPBProperties |
avcodec.av_cpb_properties_alloc(SizeTPointer size)
Allocate a CPB properties structure and initialize its fields to default
values.
|
avcodec.AVCPBProperties |
avcodec.AVCPBProperties.avg_bitrate(int avg_bitrate) |
avcodec.AVCPBProperties |
avcodec.AVCPBProperties.buffer_size(int buffer_size) |
avcodec.AVCPBProperties |
avcodec.AVCPBProperties.max_bitrate(int max_bitrate) |
avcodec.AVCPBProperties |
avcodec.AVCPBProperties.min_bitrate(int min_bitrate) |
avcodec.AVCPBProperties |
avcodec.AVCPBProperties.position(long position) |
avcodec.AVCPBProperties |
avcodec.AVCPBProperties.vbv_delay(long vbv_delay) |
Copyright © 2016. All rights reserved.