메소드 | 설명 | |
---|---|---|
GetAttribute ( String name ) : String |
ffmpeg generates a lot of information about streams as a key-value pair like index:"7" codec_type:"attachment" ... This function returns the value for a key, or "null" if key was not found.
|
|
GetAttributeInt ( String name ) : Int32? |
See
|
|
HasAttribute ( String name ) : bool |
Returns true if ffmpeg created attribute with key "name".
|
|
ReadAllStreams ( String filename ) : List |
Uses ffprobe/avprobe to query all audio, video and subtitle streams in a container file.
|
메소드 | 설명 | |
---|---|---|
GetLanguageByLanguageCode ( String l ) : String |
Gets the language by short language code ("ja" -> "Japanese").
|
|
StreamInfo ( int streamIndex, StreamType st, String streamName, String>.Dictionary |
public static ReadAllStreams ( String filename ) : List |
||
filename | String | |
리턴 | List |