C# Class NExifTool.ExifTool

Mostrar archivo Open project: AerisG222/NExifTool

Public Methods

Method Description
ExifTool ( ExifToolOptions options ) : System
GetTags ( Stream stream ) : IEnumerable
GetTags ( string srcPath ) : IEnumerable
GetTagsAsync ( Stream stream ) : Task>
GetTagsAsync ( string srcPath ) : Task>

Private Methods

Method Description
ParseTags ( ExifToolResult result ) : IEnumerable
RunProcessAsync ( ProcessStartInfo psi, Stream stream ) : Task

Method Details

ExifTool() public method

public ExifTool ( ExifToolOptions options ) : System
options ExifToolOptions
return System

GetTags() public method

public GetTags ( Stream stream ) : IEnumerable
stream Stream
return IEnumerable

GetTags() public method

public GetTags ( string srcPath ) : IEnumerable
srcPath string
return IEnumerable

GetTagsAsync() public method

public GetTagsAsync ( Stream stream ) : Task>
stream Stream
return Task>

GetTagsAsync() public method

public GetTagsAsync ( string srcPath ) : Task>
srcPath string
return Task>