C# 클래스 KSUtil.FileData

Demonstrates how to get metadata and stream information from an event file with the KStudioEventFile class. Properties are gathered for display in the UI and/or output to the command window.
파일 보기 프로젝트 열기: angelaHillier/KSUtil 1 사용 예제들

공개 메소드들

메소드 설명
FileData ( ) : System

Initializes a new instance of the FileData class

FileData ( KStudioEventFile eventFile ) : System

Initializes a new instance of the FileData class and sets all properties to the values found within the KStudioEventFile object

GetFileDataAsText ( ) : string

Retrieves a string representation of event file data which can be used in command output and logs

비공개 메소드들

메소드 설명
GetMetadataAsText ( object>.IEnumerable metadata, bool isStreamMetadata ) : string

Returns all key/value pairs in a metadata object as a single string

메소드 상세

FileData() 공개 메소드

Initializes a new instance of the FileData class
public FileData ( ) : System
리턴 System

FileData() 공개 메소드

Initializes a new instance of the FileData class and sets all properties to the values found within the KStudioEventFile object
public FileData ( KStudioEventFile eventFile ) : System
eventFile KStudioEventFile A KStudioEventFile that is currently opened for read access
리턴 System

GetFileDataAsText() 공개 메소드

Retrieves a string representation of event file data which can be used in command output and logs
public GetFileDataAsText ( ) : string
리턴 string