Beispiel #1
0
 public AudioFile(string file, Assets.AssetFileType ft, DBFragment parent)
 {
     FileName         = file;
     FileType         = ft;
     ParentDBFragment = parent;
     //ParseAudioFileMetadata();
 }
Beispiel #2
0
 public AssociatedImageFile(string file, Assets.AssetFileType file_type, DBFragment fragment)
 {
     FileName         = file;
     ParentDBFragment = fragment;
     FileType         = file_type;
 }