C# Класс Business.AutoPitchBusiness

Handles 432hz auto-pitch features, which makes the music in better harmony with your heart.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AppyAutoPitch ( Media video ) : bool

Applies 432hz auto-pitch if file PixelAspectRatio is 1 and FPS can be read.

CreateScript ( string inputFile, MediaInfoReader infoReader ) : void

Creates an AviSynth script that will auto-pitch the audio to 432hz. You then open this script file in the video player instead of directly opening the file.

Описание методов

AppyAutoPitch() публичный статический Метод

Applies 432hz auto-pitch if file PixelAspectRatio is 1 and FPS can be read.
public static AppyAutoPitch ( Media video ) : bool
video DataAccess.Media The video for which to create the auto-pitch script file.
Результат bool

CreateScript() публичный статический Метод

Creates an AviSynth script that will auto-pitch the audio to 432hz. You then open this script file in the video player instead of directly opening the file.
public static CreateScript ( string inputFile, MediaInfoReader infoReader ) : void
inputFile string The video to play.
infoReader MediaInfoReader An object to read media information.
Результат void