ebc6617ba4
* initial support for WPF * update readme with WPF specific instructions * remove autogenerated .gitattributes file * reference RNW NPM package instead of hard-coded local reference
16 lines
226 B
C#
16 lines
226 B
C#
namespace ReactNativeVideo
|
|
{
|
|
enum ReactVideoEventType
|
|
{
|
|
LoadStart,
|
|
Load,
|
|
Error,
|
|
Progress,
|
|
Seek,
|
|
End,
|
|
Stalled,
|
|
Resume,
|
|
ReadyForDisplay,
|
|
}
|
|
}
|