Sample
  
  Description:
  [ 
CCode ( has_construct_function = 
false ) ]
public Sample (
Buffer? buffer, 
Caps? caps, 
Segment? segment, 
owned Structure? info)
  
    Create a new Sample with the provided details.
    Free-function: gst_sample_unref
    Parameters:
    
      
        | buffer | a Buffer, or null | 
      
        | caps | a Caps, or null | 
      
        | segment | a Segment, or null | 
      
        | info | a Structure, or null | 
    
    Returns:
    
      
        | the new Sample. gst_sample_unrefafter usage. |