Click or drag to resize
AVPlayer Constructor
Initializes a new instance of the AVPlayer class The stream will not be cached and will be played only once.

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

Parameters

filePath
Type: SystemString
The path of the playback audio file
formats (Optional)
Type: System.Collections.GenericListAudioFormat
DesiredConverter (Optional)
Type: Ozeki.MediaAudioConverterType
See Also