MediaInfoPrograms Property |
Gets a list of programs with their associated streams.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IReadOnlyList<ProgramInfo> Programs { get; }
Public ReadOnly Property Programs As IReadOnlyList(Of ProgramInfo)
Get
Dim instance As MediaInfo
Dim value As IReadOnlyList(Of ProgramInfo)
value = instance.Programs
member Programs : IReadOnlyList<ProgramInfo> with get
/** @property */
public IReadOnlyList<ProgramInfo> get_Programs()
function get Programs () : IReadOnlyList<ProgramInfo>
Property Value
Type:
IReadOnlyListProgramInfo
See Also