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: 10.3.183.0
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: AudioConverterType
See Also