点击或拖拽改变大小

MediaCodecDescription 方法

Get a media's codec description

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public string CodecDescription(
	TrackType type,
	uint codec
)

参数

type
类型:LibVLCSharp.SharedTrackType
The type of the track
codec
类型:SystemUInt32
the codec or fourcc

返回值

类型:String
the codec description
参见