1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||
|
#pragma once |
||||
|
|
||||
|
namespace ofx { |
||||
|
namespace piMapper { |
||||
|
struct MediaType { |
||||
|
enum { MEDIA_TYPE_IMAGE, MEDIA_TYPE_VIDEO }; |
||||
|
}; |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue