update audio sync params

This commit is contained in:
Luke Pulverenti
2017-04-15 15:45:33 -04:00
parent 508edad222
commit 8eb4c034b4
9 changed files with 207 additions and 56 deletions

View File

@@ -55,7 +55,7 @@ namespace MediaBrowser.Controller.MediaEncoding
return "-1";
}
}
public string OutputAudioSync = "1";
public string InputAudioSync { get; set; }
public string InputVideoSync { get; set; }
public TransportStreamTimestamp InputTimestamp { get; set; }