AVAssetReaderTrackOutput.Create 方法

定义

重载

Create(AVAssetTrack, AudioSettings)
Create(AVAssetTrack, AVVideoSettingsUncompressed)

Create(AVAssetTrack, AudioSettings)

public static AVFoundation.AVAssetReaderTrackOutput Create (AVFoundation.AVAssetTrack track, AVFoundation.AudioSettings settings);
static member Create : AVFoundation.AVAssetTrack * AVFoundation.AudioSettings -> AVFoundation.AVAssetReaderTrackOutput

参数

track
AVAssetTrack
settings
AudioSettings

返回

适用于

Create(AVAssetTrack, AVVideoSettingsUncompressed)

public static AVFoundation.AVAssetReaderTrackOutput Create (AVFoundation.AVAssetTrack track, AVFoundation.AVVideoSettingsUncompressed settings);
static member Create : AVFoundation.AVAssetTrack * AVFoundation.AVVideoSettingsUncompressed -> AVFoundation.AVAssetReaderTrackOutput

参数

track
AVAssetTrack

返回

适用于