Home
last modified time | relevance | path

Searched refs:AudioAllowMP2Pass (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Services/Encode/Model/Models/
H A DAllowedPassthru.cs26 this.AudioAllowMP2Pass = true; in AllowedPassthru()
41 this.AudioAllowMP2Pass = initialValue; in AllowedPassthru()
57 this.AudioAllowMP2Pass = initialValue.AudioAllowMP2Pass; in AllowedPassthru()
79 public bool AudioAllowMP2Pass { get; set; } property in HandBrakeWPF.Services.Encode.Model.Models.AllowedPassthru
120 if (this.AudioAllowMP2Pass)
139 this.AudioAllowMP2Pass = false; in SetFalse()
H A DAudioTrack.cs114 fallback.AudioAllowMP2Pass, in AudioTrack()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/ViewModels/
H A DAudioDefaultsViewModel.cs121 public bool AudioAllowMP2Pass property in HandBrakeWPF.ViewModels.AudioDefaultsViewModel
125 return this.audioBehaviours.AllowedPassthruOptions.AudioAllowMP2Pass;
130 this.audioBehaviours.AllowedPassthruOptions.AudioAllowMP2Pass = value;
131 this.NotifyOfPropertyChange(() => this.AudioAllowMP2Pass);
479 this.NotifyOfPropertyChange(() => this.AudioAllowMP2Pass); in Setup()
H A DAudioViewModel.cs291 …dioTrackBehaviours.AllowedPassthruOptions.AudioAllowMP2Pass != this.Task.AudioPassthruOptions.Audi… in MatchesPreset()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Services/Encode/Factories/
H A DEncodeTaskFactory.cs286 …if (job.AudioPassthruOptions.AudioAllowMP2Pass) copyMaskList.Add(EnumHelper<AudioEncoder>.GetShort… in CreateAudio()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Services/Presets/Factories/
H A DJsonPresetFactory.cs399 … preset.AudioTrackBehaviours.AllowedPassthruOptions.AudioAllowMP2Pass = true; in ImportPreset()