Click or drag to resize

AVPlayer Constructor

Initializes a new instance of the AVPlayer class

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntax
public AVPlayer(
	string filePath,
	List<AudioFormat> formats = null,
	AudioConverterType DesiredConverter = AudioConverterType.DMO
)

Parameters

filePath  String
 
formats  ListAudioFormat  (Optional)
 
DesiredConverter  AudioConverterType  (Optional)
 
See Also