16 lines
226 B
C#
16 lines
226 B
C#
|
namespace ReactNativeVideo
|
|||
|
{
|
|||
|
enum ReactVideoEventType
|
|||
|
{
|
|||
|
LoadStart,
|
|||
|
Load,
|
|||
|
Error,
|
|||
|
Progress,
|
|||
|
Seek,
|
|||
|
End,
|
|||
|
Stalled,
|
|||
|
Resume,
|
|||
|
ReadyForDisplay,
|
|||
|
}
|
|||
|
}
|