[Multimedia] Moved enums of MediaTool into separate files. (#92)
authorcoderhyme <jhyo.kim@samsung.com>
Mon, 29 Jan 2018 07:32:38 +0000 (16:32 +0900)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2018 07:32:38 +0000 (16:32 +0900)
commit7c1c15a340882e9084f9f6dd469930cd3d575f37
tree46a72740b4d09b479bc353f2d923b5aaf21c9b40
parentaab117110796871a6182637216424862e3fa23c6
[Multimedia] Moved enums of MediaTool into separate files. (#92)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
src/Tizen.Multimedia/MediaTool/MediaFormatAudioMimeType.cs [new file with mode: 0644]
src/Tizen.Multimedia/MediaTool/MediaFormatContainerMimeType.cs [new file with mode: 0644]
src/Tizen.Multimedia/MediaTool/MediaFormatDataType.cs [new file with mode: 0644]
src/Tizen.Multimedia/MediaTool/MediaFormatMimeType.cs [deleted file]
src/Tizen.Multimedia/MediaTool/MediaFormatTextMimeType.cs [new file with mode: 0644]
src/Tizen.Multimedia/MediaTool/MediaFormatType.cs [new file with mode: 0644]
src/Tizen.Multimedia/MediaTool/MediaFormatVideoMimeType.cs [new file with mode: 0644]