C# 클래스 Caprica.VlcSharp.Player.DefaultMediaMeta

상속: MediaMeta
파일 보기 프로젝트 열기: caprica/vlcsharp

공개 메소드들

메소드 설명
DefaultMediaMeta ( IntPtr media ) : System
GetAlbum ( ) : string
GetArtist ( ) : string
GetArtwork ( ) : Bitmap
GetArtworkUrl ( ) : string
GetCopyright ( ) : string
GetDate ( ) : string
GetDescription ( ) : string
GetEncodedBy ( ) : string
GetGenre ( ) : string
GetLanguage ( ) : string
GetNowPlaying ( ) : string
GetPublisher ( ) : string
GetRating ( ) : string
GetSetting ( ) : string
GetTitle ( ) : string
GetTrackId ( ) : string
GetTrackNumber ( ) : string
GetUrl ( ) : string
Parse ( ) : void
Release ( ) : void
Save ( ) : void
SetAlbum ( string album ) : void
SetArtist ( string artist ) : void
SetArtworkUrl ( string artworkUrl ) : void
SetCopyright ( string copyright ) : void
SetDate ( string date ) : void
SetDescription ( string description ) : void
SetEncodedBy ( string encodedBy ) : void
SetGenre ( string genre ) : void
SetLanguage ( string language ) : void
SetNowPlaying ( string nowPlaying ) : void
SetPublisher ( string publisher ) : void
SetRating ( string rating ) : void
SetSetting ( string setting ) : void
SetTitle ( string title ) : void
SetTrackId ( string trackId ) : void
SetTrackNumber ( string trackNumber ) : void
SetUrl ( string url ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
GetMeta ( libvlc_meta_e metaType ) : string
SetMeta ( libvlc_meta_e metaType, string metaValue ) : void

메소드 상세

DefaultMediaMeta() 공개 메소드

public DefaultMediaMeta ( IntPtr media ) : System
media System.IntPtr
리턴 System

GetAlbum() 공개 메소드

public GetAlbum ( ) : string
리턴 string

GetArtist() 공개 메소드

public GetArtist ( ) : string
리턴 string

GetArtwork() 공개 메소드

public GetArtwork ( ) : Bitmap
리턴 System.Drawing.Bitmap

GetArtworkUrl() 공개 메소드

public GetArtworkUrl ( ) : string
리턴 string

GetCopyright() 공개 메소드

public GetCopyright ( ) : string
리턴 string

GetDate() 공개 메소드

public GetDate ( ) : string
리턴 string

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

GetEncodedBy() 공개 메소드

public GetEncodedBy ( ) : string
리턴 string

GetGenre() 공개 메소드

public GetGenre ( ) : string
리턴 string

GetLanguage() 공개 메소드

public GetLanguage ( ) : string
리턴 string

GetNowPlaying() 공개 메소드

public GetNowPlaying ( ) : string
리턴 string

GetPublisher() 공개 메소드

public GetPublisher ( ) : string
리턴 string

GetRating() 공개 메소드

public GetRating ( ) : string
리턴 string

GetSetting() 공개 메소드

public GetSetting ( ) : string
리턴 string

GetTitle() 공개 메소드

public GetTitle ( ) : string
리턴 string

GetTrackId() 공개 메소드

public GetTrackId ( ) : string
리턴 string

GetTrackNumber() 공개 메소드

public GetTrackNumber ( ) : string
리턴 string

GetUrl() 공개 메소드

public GetUrl ( ) : string
리턴 string

Parse() 공개 메소드

public Parse ( ) : void
리턴 void

Release() 공개 메소드

public Release ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetAlbum() 공개 메소드

public SetAlbum ( string album ) : void
album string
리턴 void

SetArtist() 공개 메소드

public SetArtist ( string artist ) : void
artist string
리턴 void

SetArtworkUrl() 공개 메소드

public SetArtworkUrl ( string artworkUrl ) : void
artworkUrl string
리턴 void

SetCopyright() 공개 메소드

public SetCopyright ( string copyright ) : void
copyright string
리턴 void

SetDate() 공개 메소드

public SetDate ( string date ) : void
date string
리턴 void

SetDescription() 공개 메소드

public SetDescription ( string description ) : void
description string
리턴 void

SetEncodedBy() 공개 메소드

public SetEncodedBy ( string encodedBy ) : void
encodedBy string
리턴 void

SetGenre() 공개 메소드

public SetGenre ( string genre ) : void
genre string
리턴 void

SetLanguage() 공개 메소드

public SetLanguage ( string language ) : void
language string
리턴 void

SetNowPlaying() 공개 메소드

public SetNowPlaying ( string nowPlaying ) : void
nowPlaying string
리턴 void

SetPublisher() 공개 메소드

public SetPublisher ( string publisher ) : void
publisher string
리턴 void

SetRating() 공개 메소드

public SetRating ( string rating ) : void
rating string
리턴 void

SetSetting() 공개 메소드

public SetSetting ( string setting ) : void
setting string
리턴 void

SetTitle() 공개 메소드

public SetTitle ( string title ) : void
title string
리턴 void

SetTrackId() 공개 메소드

public SetTrackId ( string trackId ) : void
trackId string
리턴 void

SetTrackNumber() 공개 메소드

public SetTrackNumber ( string trackNumber ) : void
trackNumber string
리턴 void

SetUrl() 공개 메소드

public SetUrl ( string url ) : void
url string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string