Méthode | Description | |
---|---|---|
AudioLanguage ( int iStream ) : string |
Implements the AudioLanguage member which interfaces the BDReader filter to get the IAMStreamSelect interface for getting info about a stream
|
|
AudioType ( int iStream ) : string |
Property to get the type of an audio stream
|
|
BDPlayer ( ) : System | ||
BDPlayer ( |
||
CanSeek ( ) : bool | ||
Dispose ( ) : void | ||
OnAction ( GUI action ) : bool | ||
OnBDevent ( |
||
OnClockChange ( long duration, long position ) : int | ||
OnMediaTypeChanged ( int videoRate, int videoFormat, int audioFormat ) : int | ||
OnOSDUpdate ( |
||
Pause ( ) : void | ||
Play ( string strFile ) : bool | ||
Process ( ) : void | ||
SeekAbsolute ( double dTimeInSecs ) : void | ||
SeekAsolutePercentage ( int iPercentage ) : void | ||
SeekRelative ( double dTime ) : void | ||
SeekRelativePercentage ( int iPercentage ) : void | ||
SetVideoWindow ( ) : void | ||
Stop ( ) : void | ||
SubtitleLanguage ( int iStream ) : string |
Property to get the language for a subtitle stream
|
|
SubtitleName ( int iStream ) : string |
Property to get the name for a subtitle stream
|
|
WndProc ( Message &m ) : void |
Méthode | Description | |
---|---|---|
AudioGUIDToString ( System.Guid guid ) : string | ||
CheckVideoResolutionChanges ( ) : void | ||
CloseInterfaces ( ) : void |
do cleanup and release DirectShow.
|
|
CurrentStreamInfo ( ) : void | ||
DoFFRW ( ) : void | ||
DoGraphRebuild ( ) : void | ||
ExclusiveMode ( bool bOnOff ) : void | ||
GetChapters ( TitleInfo titleInfo ) : double[] |
Gets chapters from the given BDTitleInfo object
|
|
GetFilterConfiguration ( ) : BDFilterConfig |
Gets the filter configuration object from the user configuration
|
|
GetFullLanguageName ( string language ) : string | ||
GetInterfaces ( string filename, int titleBD ) : bool | ||
GetTitleInfo ( IBDReader reader, int index ) : TitleInfo |
Gets the title info for the specified index
|
|
GetTitleInfoCollection ( IBDReader reader ) : List |
Gets the title info collection from the given BDReader object.
|
|
HandleBDEvent ( ) : void | ||
LoadSettings ( IBDReader reader ) : void |
Loads the setting from the user configuration into the IBDReader object.
|
|
MatchFilters ( string format ) : string | ||
MovieEnded ( ) : void | ||
OnGraphNotify ( ) : void | ||
OnInitialized ( ) : void | ||
OnProcess ( ) : void | ||
PostProcessAddAudio ( ) : void | ||
PostProcessAddVideo ( ) : void | ||
SelectTitle ( List |
Selects the title for playback.
|
|
SetSourceDestRectangles ( |
||
SetVC1Override ( ) : void | ||
SetVideoPosition ( |
||
StreamTypeAudiotoString ( int stream ) : string | ||
StreamTypetoString ( int stream ) : string | ||
SyncAudioRenderer ( ) : void | ||
UpdateChapters ( ) : void | ||
UpdateFilters ( string selection ) : void |
Update graph with proper filters
|
|
UpdateMenuItems ( ) : void | ||
UpdateRefreshRate ( int videoRate ) : void | ||
VideoFormattoString ( int videoFormat ) : string | ||
VideoRatetoDouble ( int videoRate ) : double | ||
disableCC ( ) : void | ||
disableISR ( ) : void |
Méthode | Description | |
---|---|---|
ExportGuidFilterAndRelease ( string filter, BluRayStreamFormats BDStream ) : void | ||
ParseStreams ( IAMStreamSelect pStrm ) : void | ||
SetVideoDecoder ( ) : void | ||
StreamTypetoInt ( string stream ) : int |
protected AudioGUIDToString ( System.Guid guid ) : string | ||
guid | System.Guid | |
Résultat | string |
public AudioLanguage ( int iStream ) : string | ||
iStream | int | |
Résultat | string |
public BDPlayer ( |
||
mediaType | ||
Résultat | System |
protected CheckVideoResolutionChanges ( ) : void | ||
Résultat | void |
protected ExclusiveMode ( bool bOnOff ) : void | ||
bOnOff | bool | |
Résultat | void |
protected GetChapters ( TitleInfo titleInfo ) : double[] | ||
titleInfo | TitleInfo | BDTitleInfo object |
Résultat | double[] |
protected GetFilterConfiguration ( ) : BDFilterConfig | ||
Résultat | BDFilterConfig |
protected GetFullLanguageName ( string language ) : string | ||
language | string | |
Résultat | string |
protected GetInterfaces ( string filename, int titleBD ) : bool | ||
filename | string | |
titleBD | int | |
Résultat | bool |
protected GetTitleInfo ( IBDReader reader, int index ) : TitleInfo | ||
reader | IBDReader | IBDReader object |
index | int | index of the title |
Résultat | TitleInfo |
protected GetTitleInfoCollection ( IBDReader reader ) : List |
||
reader | IBDReader | IBDReader object |
Résultat | List |
protected LoadSettings ( IBDReader reader ) : void | ||
reader | IBDReader | IBDReader object |
Résultat | void |
protected MatchFilters ( string format ) : string | ||
format | string | |
Résultat | string |
public OnClockChange ( long duration, long position ) : int | ||
duration | long | |
position | long | |
Résultat | int |
public OnMediaTypeChanged ( int videoRate, int videoFormat, int audioFormat ) : int | ||
videoRate | int | |
videoFormat | int | |
audioFormat | int | |
Résultat | int |
public OnOSDUpdate ( |
||
osdTexture | ||
Résultat | int |
public SeekAbsolute ( double dTimeInSecs ) : void | ||
dTimeInSecs | double | |
Résultat | void |
public SeekAsolutePercentage ( int iPercentage ) : void | ||
iPercentage | int | |
Résultat | void |
public SeekRelative ( double dTime ) : void | ||
dTime | double | |
Résultat | void |
public SeekRelativePercentage ( int iPercentage ) : void | ||
iPercentage | int | |
Résultat | void |
protected SelectTitle ( List |
||
titles | List |
a collection of titles to choose from |
Résultat | int |
protected SetSourceDestRectangles ( |
||
source | ||
destination | ||
Résultat | void |
protected SetVideoPosition ( |
||
destination | ||
Résultat | void |
protected StreamTypeAudiotoString ( int stream ) : string | ||
stream | int | |
Résultat | string |
protected StreamTypetoString ( int stream ) : string | ||
stream | int | |
Résultat | string |
public SubtitleLanguage ( int iStream ) : string | ||
iStream | int | |
Résultat | string |
public SubtitleName ( int iStream ) : string | ||
iStream | int | |
Résultat | string |
protected UpdateFilters ( string selection ) : void | ||
selection | string | The selection. |
Résultat | void |
protected UpdateRefreshRate ( int videoRate ) : void | ||
videoRate | int | |
Résultat | void |
protected VideoFormattoString ( int videoFormat ) : string | ||
videoFormat | int | |
Résultat | string |
protected VideoRatetoDouble ( int videoRate ) : double | ||
videoRate | int | |
Résultat | double |
protected bool CheckAudioRendererFilter | ||
Résultat | bool |
protected IBaseFilter _audioRendererFilter | ||
Résultat | IBaseFilter |
protected DateTime,System _elapsedTimer | ||
Résultat | System.DateTime |
protected IBaseFilter _interfaceBDReader | ||
Résultat | IBaseFilter |
protected MediaType,DirectShowLib _mChangedMediaType | ||
Résultat |