C# Class NewTOAPIA.DirectShow.BDA.MpegDuration

ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
Hours byte
Minutes byte
Seconds byte

Public Methods

Method Description
ToTimeSpan ( ) : System.TimeSpan

Method Details

ToTimeSpan() public method

public ToTimeSpan ( ) : System.TimeSpan
return System.TimeSpan

Property Details

Hours public_oe property

public byte Hours
return byte

Minutes public_oe property

public byte Minutes
return byte

Seconds public_oe property

public byte Seconds
return byte