Regenerated codefiles
This commit is contained in:
@@ -15,44 +15,44 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(797, "FFMpegCodecData", 80)]
|
||||
public class FFMpegCodecData {
|
||||
[DNAFieldAttribute(0, "int", "type", "int", 4, false, 0)]
|
||||
[DNAFieldAttribute(4, "int", 0, "type", "int", false, 0)]
|
||||
public int type;
|
||||
[DNAFieldAttribute(1, "int", "codec", "int", 4, false, 4)]
|
||||
[DNAFieldAttribute(4, "int", 1, "codec", "int", false, 4)]
|
||||
public int codec;
|
||||
[DNAFieldAttribute(2, "int", "audio_codec", "int", 4, false, 8)]
|
||||
[DNAFieldAttribute(4, "int", 2, "audio_codec", "int", false, 8)]
|
||||
public int audio_codec;
|
||||
[DNAFieldAttribute(3, "int", "video_bitrate", "int", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "int", 3, "video_bitrate", "int", false, 12)]
|
||||
public int video_bitrate;
|
||||
[DNAFieldAttribute(4, "int", "audio_bitrate", "int", 4, false, 16)]
|
||||
[DNAFieldAttribute(4, "int", 4, "audio_bitrate", "int", false, 16)]
|
||||
public int audio_bitrate;
|
||||
[DNAFieldAttribute(5, "int", "audio_mixrate", "int", 4, false, 20)]
|
||||
[DNAFieldAttribute(4, "int", 5, "audio_mixrate", "int", false, 20)]
|
||||
public int audio_mixrate;
|
||||
[DNAFieldAttribute(6, "int", "audio_channels", "int", 4, false, 24)]
|
||||
[DNAFieldAttribute(4, "int", 6, "audio_channels", "int", false, 24)]
|
||||
public int audio_channels;
|
||||
[DNAFieldAttribute(7, "float", "audio_volume", "float", 4, false, 28)]
|
||||
[DNAFieldAttribute(4, "float", 7, "audio_volume", "float", false, 28)]
|
||||
public float audio_volume;
|
||||
[DNAFieldAttribute(8, "int", "gop_size", "int", 4, false, 32)]
|
||||
[DNAFieldAttribute(4, "int", 8, "gop_size", "int", false, 32)]
|
||||
public int gop_size;
|
||||
[DNAFieldAttribute(9, "int", "max_b_frames", "int", 4, false, 36)]
|
||||
[DNAFieldAttribute(4, "int", 9, "max_b_frames", "int", false, 36)]
|
||||
public int max_b_frames;
|
||||
[DNAFieldAttribute(10, "int", "flags", "int", 4, false, 40)]
|
||||
[DNAFieldAttribute(4, "int", 10, "flags", "int", false, 40)]
|
||||
public int flags;
|
||||
[DNAFieldAttribute(11, "int", "constant_rate_factor", "int", 4, false, 44)]
|
||||
[DNAFieldAttribute(4, "int", 11, "constant_rate_factor", "int", false, 44)]
|
||||
public int constant_rate_factor;
|
||||
[DNAFieldAttribute(12, "int", "ffmpeg_preset", "int", 4, false, 48)]
|
||||
[DNAFieldAttribute(4, "int", 12, "ffmpeg_preset", "int", false, 48)]
|
||||
public int ffmpeg_preset;
|
||||
[DNAFieldAttribute(13, "int", "rc_min_rate", "int", 4, false, 52)]
|
||||
[DNAFieldAttribute(4, "int", 13, "rc_min_rate", "int", false, 52)]
|
||||
public int rc_min_rate;
|
||||
[DNAFieldAttribute(14, "int", "rc_max_rate", "int", 4, false, 56)]
|
||||
[DNAFieldAttribute(4, "int", 14, "rc_max_rate", "int", false, 56)]
|
||||
public int rc_max_rate;
|
||||
[DNAFieldAttribute(15, "int", "rc_buffer_size", "int", 4, false, 60)]
|
||||
[DNAFieldAttribute(4, "int", 15, "rc_buffer_size", "int", false, 60)]
|
||||
public int rc_buffer_size;
|
||||
[DNAFieldAttribute(16, "int", "mux_packet_size", "int", 4, false, 64)]
|
||||
[DNAFieldAttribute(4, "int", 16, "mux_packet_size", "int", false, 64)]
|
||||
public int mux_packet_size;
|
||||
[DNAFieldAttribute(17, "int", "mux_rate", "int", 4, false, 68)]
|
||||
[DNAFieldAttribute(4, "int", 17, "mux_rate", "int", false, 68)]
|
||||
public int mux_rate;
|
||||
[DNAFieldAttribute(18, "void", "*_pad1", "void", 8, true, 72)]
|
||||
public object ptr__pad1;
|
||||
[DNAFieldAttribute(8, "void", 18, "*_pad1", "void", true, 72)]
|
||||
public object _pad1;
|
||||
public FFMpegCodecData() {
|
||||
this.type = default;
|
||||
this.codec = default;
|
||||
@@ -72,7 +72,7 @@ namespace BlendFile.DNA {
|
||||
this.rc_buffer_size = default;
|
||||
this.mux_packet_size = default;
|
||||
this.mux_rate = default;
|
||||
this.ptr__pad1 = default;
|
||||
this._pad1 = default;
|
||||
}
|
||||
public FFMpegCodecData(
|
||||
int type,
|
||||
@@ -93,7 +93,7 @@ namespace BlendFile.DNA {
|
||||
int rc_buffer_size,
|
||||
int mux_packet_size,
|
||||
int mux_rate,
|
||||
object ptr__pad1) {
|
||||
object _pad1) {
|
||||
this.type = type;
|
||||
this.codec = codec;
|
||||
this.audio_codec = audio_codec;
|
||||
@@ -112,7 +112,7 @@ namespace BlendFile.DNA {
|
||||
this.rc_buffer_size = rc_buffer_size;
|
||||
this.mux_packet_size = mux_packet_size;
|
||||
this.mux_rate = mux_rate;
|
||||
this.ptr__pad1 = ptr__pad1;
|
||||
this._pad1 = _pad1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user