메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Releases resources allocated to Windows Media Player COM object.
|
|
HasDimensions ( Media item ) : bool | ||
HasMissingInfo ( Media item ) : bool | ||
LoadInfo ( string fileName ) : void |
Loads media information of specified file.
|
|
LoadInfoAsync ( Media item ) : Task |
Loads the Length, Width and Height of specified media file.
|
|
LoadInfoAsync ( string fileName ) : Task |
Loads media information of specified file.
|
|
MediaInfoReader ( ) : System |
Initializes a new instance of the MediaInfoReader class.
|
메소드 | 설명 | |
---|---|---|
GetLength ( StreamKind stream ) : short? | ||
ReadMediaFile ( string fileName ) : MediaInfo |
public LoadInfo ( string fileName ) : void | ||
fileName | string | The full path of the file to read. |
리턴 | void |
public LoadInfoAsync ( Media item ) : Task | ||
item | Media | The media file to read. |
리턴 | Task |
public LoadInfoAsync ( string fileName ) : Task | ||
fileName | string | The full path of the file to read. |
리턴 | Task |