@@ -135,6 +135,7 @@ public class PQEventTrackViewModel: NSObject {
if businessType != nil {
tempEventData["businessType"] = businessType?.rawValue
}
+ tempEventData["pageSource"] = pageSource.rawValue
// extParams
var tempExtParams: [String: Any] = extParams ?? [:]
if headVideoId != nil, (headVideoId?.count ?? 0) > 0 {
@@ -346,6 +346,7 @@ public class MovieOutput: ImageConsumer, AudioEncodingTarget {
do {
try NSObject.catchException {
+ // SanW - 奔溃 - 201.9.22 10:15
if !assetWriterAudioInput.append(sampleBuffer) {
debugPrint("WARNING: Trouble appending audio sample buffer: \(String(describing: self.assetWriter.error))")