unify audio conversion

This commit is contained in:
Luke Pulverenti
2017-04-27 14:13:16 -04:00
parent da39d9a5bf
commit fc7ab45fb3
5 changed files with 72 additions and 96 deletions

View File

@@ -56,6 +56,8 @@ namespace MediaBrowser.Controller.MediaEncoding
}
}
public string AlbumCoverPath { get; set; }
public string InputAudioSync { get; set; }
public string InputVideoSync { get; set; }
public TransportStreamTimestamp InputTimestamp { get; set; }