C# Class subtitleMemorize.StreamInfo.StreamType

Exibir arquivo Open project: ChangSpivey/SubtitleMemorize Class Usage Examples

Public Properties

Property Type Description
ST_AUDIO StreamType
ST_SUBTITLE StreamType
ST_UNKNOWN StreamType
ST_VIDEO StreamType

Public Methods

Method Description
GetPlainString ( ) : String

Returns "audio", "video", "subtitle" or "unknown".

Private Methods

Method Description
StreamType ( int index, String plainString ) : System

Method Details

GetPlainString() public method

Returns "audio", "video", "subtitle" or "unknown".
public GetPlainString ( ) : String
return String

Property Details

ST_AUDIO public_oe static_oe property

public static StreamType ST_AUDIO
return StreamType

ST_SUBTITLE public_oe static_oe property

public static StreamType ST_SUBTITLE
return StreamType

ST_UNKNOWN public_oe static_oe property

public static StreamType ST_UNKNOWN
return StreamType

ST_VIDEO public_oe static_oe property

public static StreamType ST_VIDEO
return StreamType