LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
DVDTitle Class Members
See Also  Properties  Methods 
Leadtools.Multimedia Namespace : DVDTitle Class

The following tables list the members exposed by DVDTitle.

Public Properties

 NameDescription
public Property AspectXGets the X aspect value for the frame for the video stream.  
public Property AspectYGets the Y aspect value for the frame for the video stream.  
public Property AudioStreamCountGets the number of audio streams that are available in the title.  
public Property ChapterCountGets the number of chapters in the title.  
public Property CompressionGets the compression type that is used in the current title.  
public Property FrameHeightGets the frame height value in lines (525 for a frame rate of 60 Hz or 625 for 50 Hz).  
public Property FrameRateGets the frame rate value in hertz (Hz).  
public Property IsFilmModeGets a value that indicates whether the title mode is film or camera in 625/50 Hz systems.  
public Property IsSourceLetterboxedGets a value that indicates whether the source video is in letterbox format or not.  
public Property LetterboxPermittedGets a value that indicates whether the picture can be shown as letterbox if the display aspect ratio is 4x3.  
public Property Line21Field1InGOPGets a value that indicates whether there is user data in line 21, field 1.  
public Property Line21Field2InGOPGets a value that indicates whether there is user data in line 21, field 2.  
public Property PanscanPermittedGets a value that indicates whether the picture can be shown as pan-scan if the display aspect ratio is 4x3.  
public Property SelectedGets or sets a value that indicates whether the title is selected.  
public Property SelectedAudioStreamGets or sets the index of the selected audio stream.  
public Property SelectedDurationGets the duration for only the selected chapters in the title, in seconds.  
public Property SelectedSubpictureStreamGets or sets the index of the selected Subpicture stream.  
public Property SourceResolutionXGets the x-axis resolution of the source video.  
public Property SourceResolutionYGets the y-axis resolution of the source video.  
public Property SubpictureStreamCountGets the number of Subpicture streams in the title.  
public Property TotalDurationGets the total duration for the title in seconds.  
Top

Public Methods

 NameDescription
public Method GetAudioStreamGets a specific audio stream.  
public Method GetChapterGets the specified DVD chapter from the title.  
public Method GetSubpictureStreamGets a specific DVDSubpictureStream object from the title.  
Top

See Also