Q: How to create an IInfiniteStreamPlaylistItem?

Good day everyone,

mAirlist has the option to create different types of playlist items using the IFactory interface.

I was wondering if there is a way to create an instance of IInfiniteStreamPlaylistItem, which is an infinite stream playlist item.

mAirlist already offers a function to create a regular IStreamPlaylistItem using IFactory.CreateStreamPlaylistItem, but as far as I can tell, there is no way to convert this into a IInfiniteStreamPlaylistItem.

Does anyone know if this is possible?