7 lines
254 B
C#
7 lines
254 B
C#
namespace TV_Player.MAUI
|
|
{
|
|
// AndroidHandler - Platform-specific implementation for Android video player
|
|
// Currently using built-in media player implementation
|
|
// Reference: LibVLC implementation was considered but currently not in use
|
|
}
|